Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b711afa6959e5c8f457f1687b5d4a485c7974f32
Commit:     b711afa6959e5c8f457f1687b5d4a485c7974f32
Parent:     1594a3f0eb526c73bc3915e8da13f2abf0ea1acd
Author:     Jens Axboe <[EMAIL PROTECTED]>
AuthorDate: Wed Dec 20 11:25:23 2006 +0100
Committer:  Jens Axboe <[EMAIL PROTECTED]>
CommitDate: Mon Jul 16 08:52:45 2007 +0200

    bsg: style cleanup
    
    Signed-off-by: Jens Axboe <[EMAIL PROTECTED]>
---
 block/bsg.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/block/bsg.c b/block/bsg.c
index 9dc5d36..6f05a39 100644
--- a/block/bsg.c
+++ b/block/bsg.c
@@ -963,8 +963,8 @@ bsg_ioctl(struct inode *inode, struct file *file, unsigned 
int cmd,
 
                if (copy_to_user(uarg, &hdr, sizeof(hdr)))
                        return -EFAULT;
-               else
-                       return 0;
+
+               return 0;
        }
        /*
         * block device ioctls
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to