All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: staging: lustre: lnet: klnds: o2iblnd: o2iblnd.c
@ 2015-07-26  5:29 Bharadwaaj
  2015-07-26 17:52 ` Greg KH
  2015-08-09 20:04 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Bharadwaaj @ 2015-07-26  5:29 UTC (permalink / raw)
  To: kernelnewbies

From: "bhaaradwaaj@gmail.com" <bhaaradwaaj@gmail.com>

Fixed spelling mistake.

Signed-off-by: Bharadwaaj Ramakrishnan <bhaaradwaaj@gmail.com>
---
 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 4eb24a1..463940b 100644
--- a/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c
+++ b/drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c
@@ -1424,7 +1424,7 @@ static int kiblnd_create_fmr_pool(kib_fmr_poolset_t *fps,
 static void kiblnd_fail_fmr_poolset(kib_fmr_poolset_t *fps,
 				    struct list_head *zombies)
 {
-	if (fps->fps_net == NULL) /* intialized? */
+	if (fps->fps_net == NULL) /* initialized? */
 		return;
 
 	spin_lock(&fps->fps_lock);
@@ -1628,7 +1628,7 @@ static void kiblnd_destroy_pool_list(struct list_head *head)
 
 static void kiblnd_fail_poolset(kib_poolset_t *ps, struct list_head *zombies)
 {
-	if (ps->ps_net == NULL) /* intialized? */
+	if (ps->ps_net == NULL) /* initialized? */
 		return;
 
 	spin_lock(&ps->ps_lock);
-- 
2.4.6

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] drivers: staging: lustre: lnet: klnds: o2iblnd: o2iblnd.c
  2015-07-26  5:29 [PATCH] drivers: staging: lustre: lnet: klnds: o2iblnd: o2iblnd.c Bharadwaaj
@ 2015-07-26 17:52 ` Greg KH
  2015-08-09 20:04 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2015-07-26 17:52 UTC (permalink / raw)
  To: kernelnewbies

On Sun, Jul 26, 2015 at 10:59:17AM +0530, Bharadwaaj wrote:
> From: "bhaaradwaaj at gmail.com" <bhaaradwaaj@gmail.com>

Again, this has to match.

Your subject alsh needs to say what you are doing, not just what file
you are modifying.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] drivers: staging: lustre: lnet: klnds: o2iblnd: o2iblnd.c
  2015-07-26  5:29 [PATCH] drivers: staging: lustre: lnet: klnds: o2iblnd: o2iblnd.c Bharadwaaj
  2015-07-26 17:52 ` Greg KH
@ 2015-08-09 20:04 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2015-08-09 20:04 UTC (permalink / raw)
  To: kernelnewbies

On Sun, Jul 26, 2015 at 10:59:17AM +0530, Bharadwaaj wrote:
> From: "bhaaradwaaj at gmail.com" <bhaaradwaaj@gmail.com>
> 
> Fixed spelling mistake.
> 
> Signed-off-by: Bharadwaaj Ramakrishnan <bhaaradwaaj@gmail.com>
> ---
>  drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Same comments on the 2/2 patch apply here.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-09 20:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-26  5:29 [PATCH] drivers: staging: lustre: lnet: klnds: o2iblnd: o2iblnd.c Bharadwaaj
2015-07-26 17:52 ` Greg KH
2015-08-09 20:04 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.