[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1eaed3c3-7592-fdf9-3a8c-f51ef99a6b43@pensando.io>
Date: Fri, 21 Jun 2019 08:43:31 -0700
From: Shannon Nelson <snelson@...sando.io>
To: kbuild test robot <lkp@...el.com>
Cc: kbuild-all@...org, netdev@...r.kernel.org
Subject: Re: [PATCH] ionic: fix semicolon.cocci warnings
On 6/21/19 3:30 AM, kbuild test robot wrote:
> 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>
> ---
Thanks, I'll roll this into the next version of the patchset.
sln
>
> 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