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:
Denis Cheng 2007-10-20 02:18:21 +02:00 коммит произвёл Adrian Bunk
Родитель e9534b3fd7
Коммит d489202ea2
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -508,7 +508,6 @@ error_out:
nbd_end_request(req);
spin_lock(q->queue_lock);
}
return;
}
static int nbd_ioctl(struct inode *inode, struct file *file,