Re: [PATCH] ionic: fix semicolon.cocci warnings
From: Shannon Nelson <hidden>
Date: 2019-06-21 15:43:36
On 6/21/19 3:30 AM, kbuild test robot wrote:
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>
---Thanks, I'll roll this into the next version of the patchset. sln
quoted hunk ↗ jump to hunk
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); }