]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
scsi: qla2xxx: Fix typos in a comment
authorYuichiro Tsuji <yuichtsu@amazon.com>
Mon, 24 Feb 2025 07:59:07 +0000 (16:59 +0900)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 25 Feb 2025 01:08:57 +0000 (20:08 -0500)
Fix typos in a comment.

hapens -> happens
recommeds -> recommends

Signed-off-by: Yuichiro Tsuji <yuichtsu@amazon.com>
Link: https://lore.kernel.org/r/20250224075907.2505-1-yuichtsu@amazon.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_sup.c

index 6d16546e172926e731512e92708a556f6cb5fb9e..9e7a407ba1b9a38fa92c28a8ec821bfd56ee1fd8 100644 (file)
@@ -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.