From: Gleb C. <lna...@ya...> - 2025-05-14 10:49:55
|
Commit: b9f56d6 GitHub URL: https://github.com/SCST-project/scst/commit/b9f56d6d161121204491fd965a0cc512b5ada3c5 Author: Gleb Chesnokov Date: 2025-05-14T13:49:18+03:00 Log Message: ----------- qla2x00t-32gbit: Fix typos in a comment Fix typos in a comment. hapens -> happens recommeds -> recommends Signed-off-by: Yuichiro Tsuji <yui...@am...> Link: https://lore.kernel.org/r/202...@am... Signed-off-by: Martin K. Petersen <mar...@or...> [ commit 0107fb8686b2 upstream ] Modified Paths: -------------- qla2x00t-32gbit/qla_sup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) =================================================================== diff --git a/qla2x00t-32gbit/qla_sup.c b/qla2x00t-32gbit/qla_sup.c index 6d16546..9e7a407 100644 --- a/qla2x00t-32gbit/qla_sup.c +++ b/qla2x00t-32gbit/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. |