[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160630062040.GA54173@lkp-hsx03>
Date: Thu, 30 Jun 2016 14:20:40 +0800
From: kbuild test robot <lkp@...el.com>
To: Jason Wang <jasowang@...hat.com>
Cc: kbuild-all@...org, mst@...hat.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, davem@...emloft.net,
kvm@...r.kernel.org, virtualization@...ts.linux-foundation.org,
eric.dumazet@...il.com, brouer@...hat.com,
Jason Wang <jasowang@...hat.com>
Subject: [PATCH] tun: fix semicolon.cocci warnings
drivers/net/tun.c:1476:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
CC: Jason Wang <jasowang@...hat.com>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
tun.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 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);
Powered by blists - more mailing lists