Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1537485

[PATCH 4/5] staging/lustre/o2iblnd: Fix misspelling intialized->intialized

From Oleg Drokin <green@linuxhacker.ru>
Newsgroups linux.kernel
Subject [PATCH 4/5] staging/lustre/o2iblnd: Fix misspelling intialized->intialized
Date 2016-12-07 06:00 +0100
Message-ID <sLCuK-3Hl-7@gated-at.bofh.it> (permalink)
References <sLCuK-3Hl-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Highlighted by checkpatch:
+       if (!ps->ps_net) /* intialized? */

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
---
 drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | 4 ++--
 1 file 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 e2fc65f..7f761b3 100644
--- a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c
+++ b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c
@@ -1489,7 +1489,7 @@ static int kiblnd_create_fmr_pool(struct kib_fmr_poolset *fps,
 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);
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] Lustre style fixes Oleg Drokin <green@linuxhacker.ru> - 2016-12-07 06:00 +0100
  [PATCH 2/5] staging/lustre/socklnd: Fix whitespace problem Oleg Drokin <green@linuxhacker.ru> - 2016-12-07 06:00 +0100
  [PATCH 4/5] staging/lustre/o2iblnd: Fix misspelling intialized->intialized Oleg Drokin <green@linuxhacker.ru> - 2016-12-07 06:00 +0100
  [PATCH 5/5] staging/lustre/o2iblnd: Fix misspelled attemps->attempts Oleg Drokin <green@linuxhacker.ru> - 2016-12-07 06:00 +0100
  [PATCH 1/5] staging/lustre/o2iblnd: Add missing space Oleg Drokin <green@linuxhacker.ru> - 2016-12-07 06:00 +0100
  [PATCH 3/5] staging/lustre: Convert all bare unsigned to unsigned int Oleg Drokin <green@linuxhacker.ru> - 2016-12-07 06:00 +0100

csiph-web