diff mbox series

[4/5] scsi: qedf: fix spelling typo in comment

Message ID 20240102022448.3970501-1-tanzheng@kylinos.cn (mailing list archive)
State Not Applicable
Headers show
Series None | expand

Commit Message

zheng tan Jan. 2, 2024, 2:24 a.m. UTC
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(-)

Comments

Randy Dunlap Jan. 2, 2024, 3:46 a.m. UTC | #1
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
>  };
diff mbox series

Patch

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
 };