Skip to content

Commit

Permalink
staging: lustre: orthography & coding style
Browse files Browse the repository at this point in the history
Orthography and coding style corrections.

Signed-off-by: Amaury Bouchra Pilet <Amaury.Bouchra.Pilet@ENS.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Amaury.Bouchra.Pilet@ENS.fr authored and Greg Kroah-Hartman committed Apr 5, 2015
1 parent a18ac31 commit f9541f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/lustre/lnet/lnet/peer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down Expand Up @@ -132,7 +132,7 @@ lnet_peer_tables_cleanup(void)
}

cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) {
LIST_HEAD (deathrow);
LIST_HEAD(deathrow);
lnet_peer_t *lp;

lnet_net_lock(i);
Expand Down

0 comments on commit f9541f8

Please sign in to comment.