Skip to content

Commit

Permalink
remove unused return within void return function
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
  • Loading branch information
Denis Cheng authored and Adrian Bunk committed Oct 20, 2007
1 parent e9534b3 commit d489202
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/block/nbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d489202

Please sign in to comment.