remove unused return within void return function
Signed-off-by: Denis Cheng <crquan@gmail.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
parent
e9534b3fd7
commit
d489202ea2
1 changed files with 0 additions and 1 deletions
|
@ -508,7 +508,6 @@ static void do_nbd_request(struct request_queue * q)
|
|||
nbd_end_request(req);
|
||||
spin_lock(q->queue_lock);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
static int nbd_ioctl(struct inode *inode, struct file *file,
|
||||
|
|
Loading…
Reference in a new issue