Skip to content

Commit f9541f8

Browse files
Amaury.Bouchra.Pilet@ENS.frgregkh
authored andcommitted
staging: lustre: orthography & coding style
Orthography and coding style corrections. Signed-off-by: Amaury Bouchra Pilet <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent a18ac31 commit f9541f8

File tree

1 file changed

+2
-2
lines changed
  • drivers/staging/lustre/lnet/lnet

1 file changed

+2
-2
lines changed

drivers/staging/lustre/lnet/lnet/peer.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ lnet_peer_tables_destroy(void)
8787

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

9393
LASSERT(list_empty(&ptable->pt_deathrow));
@@ -132,7 +132,7 @@ lnet_peer_tables_cleanup(void)
132132
}
133133

134134
cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) {
135-
LIST_HEAD (deathrow);
135+
LIST_HEAD(deathrow);
136136
lnet_peer_t *lp;
137137

138138
lnet_net_lock(i);

0 commit comments

Comments
 (0)