aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/staging/lustre/lnet/lnet/peer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lnet/lnet/peer.c b/drivers/staging/lustre/lnet/lnet/peer.c
index c93ae8510530..45b5742f1bd2 100644
--- a/drivers/staging/lustre/lnet/lnet/peer.c
+++ b/drivers/staging/lustre/lnet/lnet/peer.c
@@ -87,7 +87,7 @@ lnet_peer_tables_destroy(void)
87 87
88 cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) { 88 cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) {
89 hash = ptable->pt_hash; 89 hash = ptable->pt_hash;
90 if (hash == NULL) /* not intialized */ 90 if (hash == NULL) /* not initialized */
91 break; 91 break;
92 92
93 LASSERT(list_empty(&ptable->pt_deathrow)); 93 LASSERT(list_empty(&ptable->pt_deathrow));
@@ -132,7 +132,7 @@ lnet_peer_tables_cleanup(void)
132 } 132 }
133 133
134 cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) { 134 cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) {
135 LIST_HEAD (deathrow); 135 LIST_HEAD(deathrow);
136 lnet_peer_t *lp; 136 lnet_peer_t *lp;
137 137
138 lnet_net_lock(i); 138 lnet_net_lock(i);