diff mbox series

scsi: qla2xxx: Fix typos in a comment

Message ID 20250224075907.2505-1-yuichtsu@amazon.com (mailing list archive)
State Accepted
Headers show
Series scsi: qla2xxx: Fix typos in a comment | expand

Commit Message

Yuichiro Tsuji Feb. 24, 2025, 7:59 a.m. UTC
Fix typos in a comment.

hapens -> happens
recommeds -> recommends

Signed-off-by: Yuichiro Tsuji <yuichtsu@amazon.com>
---
 drivers/scsi/qla2xxx/qla_sup.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Martin K. Petersen Feb. 25, 2025, 1:09 a.m. UTC | #1
Yuichiro,

> Fix typos in a comment.

Applied to 6.15/scsi-staging, thanks!
Martin K. Petersen March 4, 2025, 3:19 a.m. UTC | #2
On Mon, 24 Feb 2025 16:59:07 +0900, Yuichiro Tsuji wrote:

> Fix typos in a comment.
> 
> hapens -> happens
> recommeds -> recommends
> 
> 

Applied to 6.15/scsi-queue, thanks!

[1/1] scsi: qla2xxx: Fix typos in a comment
      https://git.kernel.org/mkp/scsi/c/0107fb8686b2
diff mbox series

Patch

diff --git a/drivers/scsi/qla2xxx/qla_sup.c b/drivers/scsi/qla2xxx/qla_sup.c
index 6d16546e1729..9e7a407ba1b9 100644
--- a/drivers/scsi/qla2xxx/qla_sup.c
+++ b/drivers/scsi/qla2xxx/qla_sup.c
@@ -2136,8 +2136,8 @@  qla2x00_write_flash_byte(struct qla_hw_data *ha, uint32_t addr, uint8_t data)
  * @flash_id: Flash ID
  *
  * This function polls the device until bit 7 of what is read matches data
- * bit 7 or until data bit 5 becomes a 1.  If that hapens, the flash ROM timed
- * out (a fatal error).  The flash book recommeds reading bit 7 again after
+ * bit 7 or until data bit 5 becomes a 1.  If that happens, the flash ROM timed
+ * out (a fatal error).  The flash book recommends reading bit 7 again after
  * reading bit 5 as a 1.
  *
  * Returns 0 on success, else non-zero.