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

Commit f9541f82 authored by Amaury.Bouchra.Pilet@ENS.fr's avatar Amaury.Bouchra.Pilet@ENS.fr Committed by Greg Kroah-Hartman
Browse files

staging: lustre: orthography & coding style



Orthography and coding style corrections.

Signed-off-by: default avatarAmaury Bouchra Pilet <Amaury.Bouchra.Pilet@ENS.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a18ac314
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -87,7 +87,7 @@ lnet_peer_tables_destroy(void)

	cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) {
		hash = ptable->pt_hash;
		if (hash == NULL) /* not intialized */
		if (hash == NULL) /* not initialized */
			break;

		LASSERT(list_empty(&ptable->pt_deathrow));