Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb03b88c authored by Ebru Akagunduz's avatar Ebru Akagunduz Committed by Greg Kroah-Hartman
Browse files

Staging: lustre: fix return is not a function, parentheses are not required in lo.c



fix checkpatch.pl issues with return is not a function,
parentheses are not required in lo.c

Signed-off-by: default avatarEbru Akagunduz <ebru.akagunduz@gmail.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3f13cd9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ lolnd_startup(lnet_ni_t *ni)
	LASSERT(!lolnd_instanced);
	lolnd_instanced = 1;

	return (0);
	return 0;
}

lnd_t the_lolnd = {