diff mbox

tun: fix semicolon.cocci warnings

Message ID 20160630062040.GA54173@lkp-hsx03 (mailing list archive)
State New, archived
Headers show

Commit Message

kernel test robot June 30, 2016, 6:20 a.m. UTC
drivers/net/tun.c:1476:2-3: Unneeded semicolon


 Remove unneeded semicolon.

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

CC: Jason Wang <jasowang@redhat.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---

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

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

--- a/drivers/net/tun.c
+++ b/drivers/net/tun.c
@@ -1473,7 +1473,7 @@  static struct sk_buff *tun_ring_recv(str
 		}
 
 		schedule();
-	};
+	}
 
 	current->state = TASK_RUNNING;
 	remove_wait_queue(&tfile->wq.wait, &wait);