[PATCH] IB/iser: fix typo in comment

Julia Lawall posted 1 patch 3 years, 11 months ago
drivers/infiniband/ulp/iser/iscsi_iser.h |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] IB/iser: fix typo in comment
Posted by Julia Lawall 3 years, 11 months ago
Spelling mistake (triple letters) in comment.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>

---
 drivers/infiniband/ulp/iser/iscsi_iser.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/infiniband/ulp/iser/iscsi_iser.h b/drivers/infiniband/ulp/iser/iscsi_iser.h
index 7e4faf9c5e9e..dee8c97ff056 100644
--- a/drivers/infiniband/ulp/iser/iscsi_iser.h
+++ b/drivers/infiniband/ulp/iser/iscsi_iser.h
@@ -363,7 +363,7 @@ struct iser_fr_pool {
  * @cq:                  Connection completion queue
  * @cq_size:             The number of max outstanding completions
  * @device:              reference to iser device
- * @fr_pool:             connection fast registration poool
+ * @fr_pool:             connection fast registration pool
  * @pi_support:          Indicate device T10-PI support
  * @reg_cqe:             completion handler
  */
Re: [PATCH] IB/iser: fix typo in comment
Posted by Jason Gunthorpe 3 years, 11 months ago
On Sat, May 21, 2022 at 01:10:14PM +0200, Julia Lawall wrote:
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
> 
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
> Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
> Acked-by: Max Gurtovoy <mgurtovoy@nvidia.com>
> ---
>  drivers/infiniband/ulp/iser/iscsi_iser.h |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to for-next, thanks

Json
Re: [PATCH] IB/iser: fix typo in comment
Posted by Max Gurtovoy 3 years, 11 months ago
On 5/21/2022 2:10 PM, Julia Lawall wrote:
> Spelling mistake (triple letters) in comment.
> Detected with the help of Coccinelle.
>
> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
>
> ---
>   drivers/infiniband/ulp/iser/iscsi_iser.h |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/infiniband/ulp/iser/iscsi_iser.h b/drivers/infiniband/ulp/iser/iscsi_iser.h
> index 7e4faf9c5e9e..dee8c97ff056 100644
> --- a/drivers/infiniband/ulp/iser/iscsi_iser.h
> +++ b/drivers/infiniband/ulp/iser/iscsi_iser.h
> @@ -363,7 +363,7 @@ struct iser_fr_pool {
>    * @cq:                  Connection completion queue
>    * @cq_size:             The number of max outstanding completions
>    * @device:              reference to iser device
> - * @fr_pool:             connection fast registration poool
> + * @fr_pool:             connection fast registration pool
>    * @pi_support:          Indicate device T10-PI support
>    * @reg_cqe:             completion handler
>    */

Looks good,

Acked-by: Max Gurtovoy <mgurtovoy@nvidia.com>
Re: [PATCH] IB/iser: fix typo in comment
Posted by Sagi Grimberg 3 years, 11 months ago
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>