All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH] igb: fix semicolon.cocci warnings
@ 2015-12-23 12:56 Julia Lawall
  2016-01-07  2:10 ` Brown, Aaron F
  0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2015-12-23 12:56 UTC (permalink / raw)
  To: intel-wired-lan

Remove unneeded semicolon.

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

CC: Gangfeng Huang <gangfeng.huang@ni.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
---

 igb_cdev.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/net/ethernet/intel/igb/igb_cdev.c
+++ b/drivers/net/ethernet/intel/igb/igb_cdev.c
@@ -361,7 +361,7 @@ static long igb_ioctl_file(struct file *
 	default:
 		err = -EINVAL;
 		break;
-	};
+	}

 	return err;
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Intel-wired-lan] [PATCH] igb: fix semicolon.cocci warnings
  2015-12-23 12:56 [Intel-wired-lan] [PATCH] igb: fix semicolon.cocci warnings Julia Lawall
@ 2016-01-07  2:10 ` Brown, Aaron F
  0 siblings, 0 replies; 2+ messages in thread
From: Brown, Aaron F @ 2016-01-07  2:10 UTC (permalink / raw)
  To: intel-wired-lan

> From: Intel-wired-lan [intel-wired-lan-bounces at lists.osuosl.org] on behalf of Julia Lawall [julia.lawall at lip6.fr]
> Sent: Wednesday, December 23, 2015 4:56 AM
> To: Gangfeng Huang
> Cc: intel-wired-lan at lists.osuosl.org; kbuild-all at 01.org
> Subject: [Intel-wired-lan] [PATCH] igb: fix semicolon.cocci warnings
> 
> Remove unneeded semicolon.
> 
> Generated by: scripts/coccinelle/misc/semicolon.cocci
> 
> CC: Gangfeng Huang <gangfeng.huang@ni.com>
> Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
> Signed-off-by: Julia Lawall <julia.lawall@lip6.fr>
> ---
> 
>  igb_cdev.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Tested-by: Aaron Brown <aaron.f.brown@intel.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-07  2:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-23 12:56 [Intel-wired-lan] [PATCH] igb: fix semicolon.cocci warnings Julia Lawall
2016-01-07  2:10 ` Brown, Aaron F

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.