commit | d489202ea2d5460a0fe638854eb3d3e63aa902fb | [log] [tgz] |
---|---|---|
author | Denis Cheng <crquan@gmail.com> | Sat Oct 20 02:18:21 2007 +0200 |
committer | Adrian Bunk <bunk@kernel.org> | Sat Oct 20 02:18:21 2007 +0200 |
tree | 8f12d378a17e91fce9a6e59c5e0e169d972e60ec | |
parent | e9534b3fd7843d1bd5a7a1fe2474a09f72d41ab8 [diff] |
remove unused return within void return function Signed-off-by: Denis Cheng <crquan@gmail.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
diff --git a/drivers/block/nbd.c b/drivers/block/nbd.c index ac4a0cb..6332aca 100644 --- a/drivers/block/nbd.c +++ b/drivers/block/nbd.c
@@ -508,7 +508,6 @@ nbd_end_request(req); spin_lock(q->queue_lock); } - return; } static int nbd_ioctl(struct inode *inode, struct file *file,