Message ID | 20201118165107.12419-1-W_Armin@gmx.de |
---|---|
Headers | show |
Series | lib8390: Remove custom padding solution | expand |
On Wed, 18 Nov 2020 17:51:07 +0100 Armin Wolf wrote: > unsigned long e8390_base = dev->base_addr; > struct ei_device *ei_local = netdev_priv(dev); > - int send_length, output_page; > + int output_page; > unsigned long flags; The last two lines should be swapped to follow the reverse xmas tree ordering of variables. More importantly this driver is marked as: S: Orphan / Obsolete in MAINTAINERS. Are you actually using hardware which needs this code, or are those changes purely based on code inspection? You should either change the state of the driver in MAINTAINERS, or find another driver / part of the kernel to refactor.