Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Oleg Drokin and committed by
Greg Kroah-Hartman
8aff51c4 8dde0685

+2 -2
+2 -2
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c
··· 1489 1489 static void kiblnd_fail_fmr_poolset(struct kib_fmr_poolset *fps, 1490 1490 struct list_head *zombies) 1491 1491 { 1492 - if (!fps->fps_net) /* intialized? */ 1492 + if (!fps->fps_net) /* initialized? */ 1493 1493 return; 1494 1494 1495 1495 spin_lock(&fps->fps_lock); ··· 1812 1812 1813 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 1816 return; 1817 1817 1818 1818 spin_lock(&ps->ps_lock);