]> www.infradead.org Git - nvme.git/commitdiff
IB/iser: fix typos in iscsi_iser.c comments
authorImanol <imvalient@protonmail.com>
Mon, 17 Feb 2025 18:30:54 +0000 (18:30 +0000)
committerLeon Romanovsky <leon@kernel.org>
Tue, 18 Feb 2025 19:52:55 +0000 (14:52 -0500)
Fixes multiple occurrences of the misspelled word "occured" in the comments
of `iscsi_iser.c`, replacing them with the correct spelling "occurred".

This improves readability without affecting functionality.

Signed-off-by: Imanol <imvalient@protonmail.com>
Link: https://patch.msgid.link/20250217183048.9394-1-imvalient@protonmail.com
Acked-by: Max Gurtovoy <mgurtovoy@nvidia.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/ulp/iser/iscsi_iser.c

index bb9aaff92ca3b03f4e7443b583921dd0952a3b8e..a5be6f1ba12b86f23435b3cacdbaa92b4243513a 100644 (file)
@@ -393,10 +393,10 @@ static void iscsi_iser_cleanup_task(struct iscsi_task *task)
  * @task:     iscsi task
  * @sector:   error sector if exsists (output)
  *
- * Return: zero if no data-integrity errors have occured
- *         0x1: data-integrity error occured in the guard-block
- *         0x2: data-integrity error occured in the reference tag
- *         0x3: data-integrity error occured in the application tag
+ * Return: zero if no data-integrity errors have occurred
+ *         0x1: data-integrity error occurred in the guard-block
+ *         0x2: data-integrity error occurred in the reference tag
+ *         0x3: data-integrity error occurred in the application tag
  *
  *         In addition the error sector is marked.
  */