Re: [PATCH v4 07/10] net/ps3_gelic: Add new routine gelic_unmap_link

2021-08-04 Thread Christophe Leroy
Le 23/07/2021 à 22:31, Geoff Levand a écrit : Put the common code for unmaping a link into its own routine, gelic_unmap_link, and add some debugging checks. Signed-off-by: Geoff Levand CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #31: FILE: drivers/net/ethernet/tosh

[PATCH v4 07/10] net/ps3_gelic: Add new routine gelic_unmap_link

2021-07-23 Thread Geoff Levand
Put the common code for unmaping a link into its own routine, gelic_unmap_link, and add some debugging checks. Signed-off-by: Geoff Levand --- drivers/net/ethernet/toshiba/ps3_gelic_net.c | 23 +++- 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/drivers/net/ethern