Commit d489202e authored by Denis Cheng's avatar Denis Cheng Committed by Adrian Bunk

remove unused return within void return function

Signed-off-by: default avatarDenis Cheng <crquan@gmail.com>
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
parent e9534b3f
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment