Staging: lustre: Fix indentation of labels
authorRashika Kheria <rashika.kheria@gmail.com>
Thu, 24 Oct 2013 14:00:37 +0000 (19:30 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Oct 2013 03:27:06 +0000 (20:27 -0700)
This patch fixes the following checkpatch.pl issues in lnet/lnet/acceptor.c:
WARNING: labels should not be indented

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Lisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/acceptor.c

index 2beb9a0..92c60a7 100644 (file)
@@ -408,7 +408,7 @@ lnet_acceptor(void *arg)
 
                continue;
 
-       failed:
+failed:
                libcfs_sock_release(newsock);
        }