Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
Jens Axboe 2006-12-20 11:25:23 +01:00
Родитель 1594a3f0eb
Коммит b711afa695
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -963,7 +963,7 @@ bsg_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
if (copy_to_user(uarg, &hdr, sizeof(hdr)))
return -EFAULT;
else
return 0;
}
/*