提交 f9541f82 编写于 作者: A Amaury.Bouchra.Pilet@ENS.fr 提交者: Greg Kroah-Hartman

staging: lustre: orthography & coding style

Orthography and coding style corrections.
Signed-off-by: NAmaury Bouchra Pilet <Amaury.Bouchra.Pilet@ENS.fr>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 a18ac314
......@@ -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));
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册