On Sat, 31 Oct 2020 19:14:17 +0100 Andrew Lunn wrote:
> drivers/net/wan/lmc/lmc_main.c: In function ‘lmc_ioctl’:
> drivers/net/wan/lmc/lmc_main.c:356:25: warning: variable ‘mii’ set but not 
> used [-Wunused-but-set-variable]
>   356 |                     u16 mii;
>       |                         ^~~
> drivers/net/wan/lmc/lmc_main.c:427:25: warning: variable ‘mii’ set but not 
> used [-Wunused-but-set-variable]
>   427 |                     u16 mii;
>       |                         ^~~
> drivers/net/wan/lmc/lmc_main.c: In function ‘lmc_interrupt’:
> drivers/net/wan/lmc/lmc_main.c:1188:9: warning: variable ‘firstcsr’ set but 
> not used [-Wunused-but-set-variable]
>  1188 |     u32 firstcsr;
> 
> This file has funky indentation, and makes little use of tabs. Keep
> with this style in the patch, but that makes checkpatch unhappy.
> 
> Signed-off-by: Andrew Lunn <and...@lunn.ch>

Applied, thanks!

Reply via email to