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


Groups > linux.kernel > #1239078 > unrolled thread

[PATCH] IB/iser: fix a comment typo

Started byGeliang Tang <geliangtang@163.com>
First post2015-10-04 11:10 +0200
Last post2015-10-05 17:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] IB/iser: fix a comment typo Geliang Tang <geliangtang@163.com> - 2015-10-04 11:10 +0200
    Re: [PATCH] IB/iser: fix a comment typo Sagi Grimberg <sagig@dev.mellanox.co.il> - 2015-10-05 17:00 +0200

#1239078 — [PATCH] IB/iser: fix a comment typo

FromGeliang Tang <geliangtang@163.com>
Date2015-10-04 11:10 +0200
Subject[PATCH] IB/iser: fix a comment typo
Message-ID<qfNsR-4k3-5@gated-at.bofh.it>
Just fix a typo in the code comment.

Signed-off-by: Geliang Tang <geliangtang@163.com>
---
 drivers/infiniband/ulp/iser/iscsi_iser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/ulp/iser/iscsi_iser.c b/drivers/infiniband/ulp/iser/iscsi_iser.c
index f58ff96..8f2f105 100644
--- a/drivers/infiniband/ulp/iser/iscsi_iser.c
+++ b/drivers/infiniband/ulp/iser/iscsi_iser.c
@@ -111,7 +111,7 @@ module_param_named(pi_guard, iser_pi_guard, int, S_IRUGO);
 MODULE_PARM_DESC(pi_guard, "T10-PI guard_type [deprecated]");
 
 /*
- * iscsi_iser_recv() - Process a successfull recv completion
+ * iscsi_iser_recv() - Process a successful recv completion
  * @conn:         iscsi connection
  * @hdr:          iscsi header
  * @rx_data:      buffer containing receive data payload
-- 
2.5.0


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1239631

FromSagi Grimberg <sagig@dev.mellanox.co.il>
Date2015-10-05 17:00 +0200
Message-ID<qgfp9-21B-43@gated-at.bofh.it>
In reply to#1239078
On 10/4/2015 12:00 PM, Geliang Tang wrote:
> Just fix a typo in the code comment.
>
> Signed-off-by: Geliang Tang <geliangtang@163.com>

Acked-by: Sagi Grimberg <sagig@mellanox.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web