Message ID | 20220906060327.2304049-1-13667453960@163.com (mailing list archive) |
---|---|
State | Deferred |
Headers | show |
Series | scsi: qedf: qedf_hsi: fix spelling typo in comment | expand |
diff --git a/drivers/scsi/qedf/qedf_hsi.h b/drivers/scsi/qedf/qedf_hsi.h index ecd5cb53b750..36a8a53e859d 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 whether its Target-auto-rsp mode or not */ #define FCOE_RESPQE_TARGET_AUTO_RSP_MASK 0xFF #define FCOE_RESPQE_TARGET_AUTO_RSP_SHIFT 24 };