mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-23 07:01:23 +00:00
staging: lustre: orthography & coding style
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>
This commit is contained in:
parent
a18ac314eb
commit
f9541f8239
1 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ lnet_peer_tables_destroy(void)
|
||||||
|
|
||||||
cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) {
|
cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) {
|
||||||
hash = ptable->pt_hash;
|
hash = ptable->pt_hash;
|
||||||
if (hash == NULL) /* not intialized */
|
if (hash == NULL) /* not initialized */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
LASSERT(list_empty(&ptable->pt_deathrow));
|
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) {
|
cfs_percpt_for_each(ptable, i, the_lnet.ln_peer_tables) {
|
||||||
LIST_HEAD (deathrow);
|
LIST_HEAD(deathrow);
|
||||||
lnet_peer_t *lp;
|
lnet_peer_t *lp;
|
||||||
|
|
||||||
lnet_net_lock(i);
|
lnet_net_lock(i);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue