[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190621103047.GA134374@lkp-kbuild10>
Date: Fri, 21 Jun 2019 18:30:47 +0800
From: kbuild test robot <lkp@...el.com>
To: Shannon Nelson <snelson@...sando.io>
Cc: kbuild-all@...org, snelson@...sando.io, netdev@...r.kernel.org
Subject: [PATCH] ionic: fix semicolon.cocci warnings
From: kbuild test robot <lkp@...el.com>
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 <snelson@...sando.io>
Signed-off-by: kbuild test robot <lkp@...el.com>
---
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);
}
Powered by blists - more mailing lists