aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
Diffstat (limited to 'block')
-rw-r--r--block/bsg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/block/bsg.c b/block/bsg.c
index 9dc5d36a52e5..6f05a397dc3a 100644
--- a/block/bsg.c
+++ b/block/bsg.c
@@ -963,8 +963,8 @@ bsg_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
963 963
964 if (copy_to_user(uarg, &hdr, sizeof(hdr))) 964 if (copy_to_user(uarg, &hdr, sizeof(hdr)))
965 return -EFAULT; 965 return -EFAULT;
966 else 966
967 return 0; 967 return 0;
968 } 968 }
969 /* 969 /*
970 * block device ioctls 970 * block device ioctls