aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2006-12-20 05:25:23 -0500
committerJens Axboe <jens.axboe@oracle.com>2007-07-16 02:52:45 -0400
commitb711afa6959e5c8f457f1687b5d4a485c7974f32 (patch)
tree296c36a94b7077e3dab3d7e788a2851e0cbc3bf0 /block
parent1594a3f0eb526c73bc3915e8da13f2abf0ea1acd (diff)
bsg: style cleanup
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
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