linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 4/5] scsi: qedf: fix spelling typo in comment
@ 2024-01-02  2:24 zheng tan
  2024-01-02  3:46 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: zheng tan @ 2024-01-02  2:24 UTC (permalink / raw)
  To: skashyap, jhasan, GR-QLogic-Storage-Upstream
  Cc: jejb, martin.petersen, linux-scsi, linux-kernel, Zheng tan, k2ci

From: Zheng tan <tanzheng@kylinos.cn> 

fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Zheng tan <tanzheng@kylinos.cn>
---
 drivers/scsi/qedf/qedf_hsi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/qedf/qedf_hsi.h b/drivers/scsi/qedf/qedf_hsi.h
index ecd5cb53b750..2df2165e4356 100644
--- a/drivers/scsi/qedf/qedf_hsi.h
+++ b/drivers/scsi/qedf/qedf_hsi.h
@@ -300,7 +300,7 @@ struct fcoe_respqe {
 /* PARAM that is located in the FCP_RSP FC header */
 #define FCOE_RESPQE_PARAM_MASK            0xFFFFFF
 #define FCOE_RESPQE_PARAM_SHIFT           0
-/* Indication whther its Target-auto-rsp mode or not */
+/* Indication wether its Target-auto-rsp mode or not */
 #define FCOE_RESPQE_TARGET_AUTO_RSP_MASK  0xFF
 #define FCOE_RESPQE_TARGET_AUTO_RSP_SHIFT 24
 };
-- 
2.34.1


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

* Re: [PATCH 4/5] scsi: qedf: fix spelling typo in comment
  2024-01-02  2:24 [PATCH 4/5] scsi: qedf: fix spelling typo in comment zheng tan
@ 2024-01-02  3:46 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2024-01-02  3:46 UTC (permalink / raw)
  To: zheng tan, skashyap, jhasan, GR-QLogic-Storage-Upstream
  Cc: jejb, martin.petersen, linux-scsi, linux-kernel, k2ci



On 1/1/24 18:24, zheng tan wrote:
> From: Zheng tan <tanzheng@kylinos.cn> 
> 
> fix spelling typo in comment.
> 
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: Zheng tan <tanzheng@kylinos.cn>
> ---
>  drivers/scsi/qedf/qedf_hsi.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/scsi/qedf/qedf_hsi.h b/drivers/scsi/qedf/qedf_hsi.h
> index ecd5cb53b750..2df2165e4356 100644
> --- a/drivers/scsi/qedf/qedf_hsi.h
> +++ b/drivers/scsi/qedf/qedf_hsi.h
> @@ -300,7 +300,7 @@ struct fcoe_respqe {
>  /* PARAM that is located in the FCP_RSP FC header */
>  #define FCOE_RESPQE_PARAM_MASK            0xFFFFFF
>  #define FCOE_RESPQE_PARAM_SHIFT           0
> -/* Indication whther its Target-auto-rsp mode or not */
> +/* Indication wether its Target-auto-rsp mode or not */

                 whether

>  #define FCOE_RESPQE_TARGET_AUTO_RSP_MASK  0xFF
>  #define FCOE_RESPQE_TARGET_AUTO_RSP_SHIFT 24
>  };

-- 
#Randy

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

end of thread, other threads:[~2024-01-02  3:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-02  2:24 [PATCH 4/5] scsi: qedf: fix spelling typo in comment zheng tan
2024-01-02  3:46 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).