Re: [PATCH] net: mediatek: fix coding style of AN8855 switch driver

2025-01-31 Thread Tom Rini
On Fri, 24 Jan 2025 16:04:28 +0800, Weijie Gao wrote: > This patch fixed the following coding style suggested by checkpatch.pl: > 1. Use tab instead of space > 2. Use BIT() instead of << > 3. Use mdelay for long time delay > 4. Remove useless parenthesises > > > [...] Applied to u-boot/master,

[PATCH] net: mediatek: fix coding style of AN8855 switch driver

2025-01-24 Thread Weijie Gao
This patch fixed the following coding style suggested by checkpatch.pl: 1. Use tab instead of space 2. Use BIT() instead of << 3. Use mdelay for long time delay 4. Remove useless parenthesises Signed-off-by: Weijie Gao --- drivers/net/mtk_eth/an8855.c | 89 ++-- 1