mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-03-05 03:01:42 +00:00
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>
This commit is contained in:
parent
9f100b8b66
commit
b51546141b
@ -408,7 +408,7 @@ lnet_acceptor(void *arg)
|
||||
|
||||
continue;
|
||||
|
||||
failed:
|
||||
failed:
|
||||
libcfs_sock_release(newsock);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user