Ver código fonte

Staging: lustre: Fix indentation of labels

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>
Rashika Kheria 12 anos atrás
pai
commit
b51546141b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      drivers/staging/lustre/lnet/lnet/acceptor.c

+ 1 - 1
drivers/staging/lustre/lnet/lnet/acceptor.c

@@ -408,7 +408,7 @@ lnet_acceptor(void *arg)
 
 		continue;
 
-	failed:
+failed:
 		libcfs_sock_release(newsock);
 	}