Message ID | 20160630062040.GA54173@lkp-hsx03 (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
--- 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);
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