Commit 0172be24 authored by Imanol's avatar Imanol Committed by Leon Romanovsky
Browse files

IB/iser: fix typos in iscsi_iser.c comments



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: default avatarImanol <imvalient@protonmail.com>
Link: https://patch.msgid.link/20250217183048.9394-1-imvalient@protonmail.com


Acked-by: default avatarMax Gurtovoy <mgurtovoy@nvidia.com>
Signed-off-by: default avatarLeon Romanovsky <leon@kernel.org>
parent ffd67b6b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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.
 */