]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging/lustre/o2iblnd: Fix misspelling intialized->intialized
authorOleg Drokin <green@linuxhacker.ru>
Wed, 7 Dec 2016 04:57:39 +0000 (23:57 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 Dec 2016 15:30:24 +0000 (16:30 +0100)
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>
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c

index e2fc65f0f2f43fed20e98a3bbacfdcd8b61a1d8d..7f761b327166e5c8f8a94ee406845f06c9517f57 100644 (file)
@@ -1489,7 +1489,7 @@ out_fpo:
 static void kiblnd_fail_fmr_poolset(struct kib_fmr_poolset *fps,
                                    struct list_head *zombies)
 {
-       if (!fps->fps_net) /* intialized? */
+       if (!fps->fps_net) /* initialized? */
                return;
 
        spin_lock(&fps->fps_lock);
@@ -1812,7 +1812,7 @@ static void kiblnd_destroy_pool_list(struct list_head *head)
 
 static void kiblnd_fail_poolset(struct kib_poolset *ps, struct list_head *zombies)
 {
-       if (!ps->ps_net) /* intialized? */
+       if (!ps->ps_net) /* initialized? */
                return;
 
        spin_lock(&ps->ps_lock);