diff options
author | Ed Cashin <ecashin@coraid.com> | 2012-12-17 16:03:39 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-12-17 17:15:24 -0800 |
commit | a04b41cd2c3ea39115a2d4f264773a5956a3318d (patch) | |
tree | f92e74151cfd816644cfd8f5be5606d572123816 /drivers/block/aoe/aoechr.c | |
parent | d437962504462f31515344d58cdcaf0b73b389b5 (diff) | |
download | linux-a04b41cd2c3ea39115a2d4f264773a5956a3318d.tar.bz2 |
aoe: whitespace cleanup
Signed-off-by: Ed Cashin <ecashin@coraid.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/block/aoe/aoechr.c')
-rw-r--r-- | drivers/block/aoe/aoechr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoechr.c b/drivers/block/aoe/aoechr.c index 2bf6273e6779..42e67ad6bd20 100644 --- a/drivers/block/aoe/aoechr.c +++ b/drivers/block/aoe/aoechr.c @@ -287,7 +287,7 @@ aoechr_init(void) int n, i; n = register_chrdev(AOE_MAJOR, "aoechr", &aoe_fops); - if (n < 0) { + if (n < 0) { printk(KERN_ERR "aoe: can't register char device\n"); return n; } |