Skip to content

Commit 0107fb8

Browse files
Yuichiro Tsujimartinkpetersen
authored andcommitted
scsi: qla2xxx: Fix typos in a comment
Fix typos in a comment. hapens -> happens recommeds -> recommends Signed-off-by: Yuichiro Tsuji <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent c337ce6 commit 0107fb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/scsi/qla2xxx/qla_sup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2136,8 +2136,8 @@ qla2x00_write_flash_byte(struct qla_hw_data *ha, uint32_t addr, uint8_t data)
21362136
* @flash_id: Flash ID
21372137
*
21382138
* This function polls the device until bit 7 of what is read matches data
2139-
* bit 7 or until data bit 5 becomes a 1. If that hapens, the flash ROM timed
2140-
* out (a fatal error). The flash book recommeds reading bit 7 again after
2139+
* bit 7 or until data bit 5 becomes a 1. If that happens, the flash ROM timed
2140+
* out (a fatal error). The flash book recommends reading bit 7 again after
21412141
* reading bit 5 as a 1.
21422142
*
21432143
* Returns 0 on success, else non-zero.

0 commit comments

Comments
 (0)