We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18ac31 commit f9541f8Copy full SHA for f9541f8
drivers/staging/lustre/lnet/lnet/peer.c
@@ -87,7 +87,7 @@ lnet_peer_tables_destroy(void)
87
88
cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) {
89
hash = ptable->pt_hash;
90
- if (hash == NULL) /* not intialized */
+ if (hash == NULL) /* not initialized */
91
break;
92
93
LASSERT(list_empty(&ptable->pt_deathrow));
@@ -132,7 +132,7 @@ lnet_peer_tables_cleanup(void)
132
}
133
134
135
- LIST_HEAD (deathrow);
+ LIST_HEAD(deathrow);
136
lnet_peer_t *lp;
137
138
lnet_net_lock(i);
0 commit comments