Thread (63 messages) 63 messages, 6 authors, 2019-06-27
STALE2553d

[PATCH] ionic: fix semicolon.cocci warnings

From: kbuild test robot <hidden>
Date: 2019-06-21 10:30:55

From: kbuild test robot <redacted>

drivers/net/ethernet/pensando/ionic/ionic_lif.c:48:3-4: Unneeded semicolon


 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 311c0c084b51 ("ionic: Add Rx filter and rx_mode nod support")
CC: Shannon Nelson <redacted>
Signed-off-by: kbuild test robot <redacted>
---

url:    https://github.com/0day-ci/linux/commits/Shannon-Nelson/ionic-Add-basic-framework-for-IONIC-Network-device-driver/20190621-110046

 ionic_lif.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/net/ethernet/pensando/ionic/ionic_lif.c
+++ b/drivers/net/ethernet/pensando/ionic/ionic_lif.c
@@ -45,7 +45,7 @@ static void ionic_lif_deferred_work(stru
 			break;
 		default:
 			break;
-		};
+		}
 		kfree(w);
 		schedule_work(&def->work);
 	}
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help