diff options
author | Oleg Drokin <green@linuxhacker.ru> | 2016-12-06 23:57:39 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-12-07 10:30:24 -0500 |
commit | 8aff51c4fbe9b06a9a5fc886d80c8f0f22d385e9 (patch) | |
tree | 520314a49c7ada1ae14bbaebac8a3f58c1d1beba | |
parent | 8dde06854c2e6487bfeca06608a998f79412cd4f (diff) |
staging/lustre/o2iblnd: Fix misspelling intialized->intialized
Highlighted by checkpatch:
+ if (!ps->ps_net) /* intialized? */
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c index e2fc65f0f2f4..7f761b327166 100644 --- a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c +++ b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | |||
@@ -1489,7 +1489,7 @@ out_fpo: | |||
1489 | static void kiblnd_fail_fmr_poolset(struct kib_fmr_poolset *fps, | 1489 | static void kiblnd_fail_fmr_poolset(struct kib_fmr_poolset *fps, |
1490 | struct list_head *zombies) | 1490 | struct list_head *zombies) |
1491 | { | 1491 | { |
1492 | if (!fps->fps_net) /* intialized? */ | 1492 | if (!fps->fps_net) /* initialized? */ |
1493 | return; | 1493 | return; |
1494 | 1494 | ||
1495 | spin_lock(&fps->fps_lock); | 1495 | spin_lock(&fps->fps_lock); |
@@ -1812,7 +1812,7 @@ static void kiblnd_destroy_pool_list(struct list_head *head) | |||
1812 | 1812 | ||
1813 | static void kiblnd_fail_poolset(struct kib_poolset *ps, struct list_head *zombies) | 1813 | static void kiblnd_fail_poolset(struct kib_poolset *ps, struct list_head *zombies) |
1814 | { | 1814 | { |
1815 | if (!ps->ps_net) /* intialized? */ | 1815 | if (!ps->ps_net) /* initialized? */ |
1816 | return; | 1816 | return; |
1817 | 1817 | ||
1818 | spin_lock(&ps->ps_lock); | 1818 | spin_lock(&ps->ps_lock); |