Re: [PATCH net-next] 8390: Fix coding-style issues

2020-06-29 Thread David Miller
From: Armin Wolf Date: Sun, 28 Jun 2020 00:07:47 +0200 > Fix some coding-style issues, including one which > made the function pointers in the struct ei_device > hard to understand. > > Signed-off-by: Armin Wolf Applied.

[PATCH net-next] 8390: Fix coding-style issues

2020-06-27 Thread Armin Wolf
Fix some coding-style issues, including one which made the function pointers in the struct ei_device hard to understand. Signed-off-by: Armin Wolf --- drivers/net/ethernet/8390/8390.h | 61 +++- 1 file changed, 36 insertions(+), 25 deletions(-) diff --git a/drivers/n