* [PATCH] scsi: target: iscsi: Fix typos
@ 2025-02-06 8:47 Andrew Kreimer
2025-02-13 3:01 ` Martin K. Petersen
2025-02-19 1:06 ` Martin K. Petersen
0 siblings, 2 replies; 3+ messages in thread
From: Andrew Kreimer @ 2025-02-06 8:47 UTC (permalink / raw)
To: Martin K . Petersen, Eric Biggers, Ard Biesheuvel
Cc: linux-scsi, target-devel, linux-kernel, kernel-janitors,
Andrew Kreimer
There are some typos in comments/messages:
- Nin -> Min
- occuring -> occurring
Fix them via codespell.
Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
drivers/target/iscsi/iscsi_target_nego.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/target/iscsi/iscsi_target_nego.c b/drivers/target/iscsi/iscsi_target_nego.c
index 16e3ded98c32..832588f21f91 100644
--- a/drivers/target/iscsi/iscsi_target_nego.c
+++ b/drivers/target/iscsi/iscsi_target_nego.c
@@ -212,7 +212,7 @@ int iscsi_target_check_login_request(
if ((login_req->max_version != login->version_max) ||
(login_req->min_version != login->version_min)) {
- pr_err("Login request changed Version Max/Nin"
+ pr_err("Login request changed Version Max/Min"
" unexpectedly to 0x%02x/0x%02x, protocol error\n",
login_req->max_version, login_req->min_version);
iscsit_tx_login_rsp(conn, ISCSI_STATUS_CLS_INITIATOR_ERR,
@@ -557,7 +557,7 @@ static void iscsi_target_do_login_rx(struct work_struct *work)
* before initial PDU processing in iscsi_target_start_negotiation()
* has completed, go ahead and retry until it's cleared.
*
- * Otherwise if the TCP connection drops while this is occuring,
+ * Otherwise if the TCP connection drops while this is occurring,
* iscsi_target_start_negotiation() will detect the failure, call
* cancel_delayed_work_sync(&conn->login_work), and cleanup the
* remaining iscsi connection resources from iscsi_np process context.
@@ -1050,7 +1050,7 @@ static int iscsi_target_do_login(struct iscsit_conn *conn, struct iscsi_login *l
/*
* Check to make sure the TCP connection has not
* dropped asynchronously while session reinstatement
- * was occuring in this kthread context, before
+ * was occurring in this kthread context, before
* transitioning to full feature phase operation.
*/
if (iscsi_target_sk_check_close(conn))
--
2.48.1.220.gbc204b7427
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] scsi: target: iscsi: Fix typos
2025-02-06 8:47 [PATCH] scsi: target: iscsi: Fix typos Andrew Kreimer
@ 2025-02-13 3:01 ` Martin K. Petersen
2025-02-19 1:06 ` Martin K. Petersen
1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2025-02-13 3:01 UTC (permalink / raw)
To: Andrew Kreimer
Cc: Martin K . Petersen, Eric Biggers, Ard Biesheuvel, linux-scsi,
target-devel, linux-kernel, kernel-janitors
Andrew,
> There are some typos in comments/messages:
> - Nin -> Min
> - occuring -> occurring
>
> Fix them via codespell.
Applied to 6.15/scsi-staging, thanks!
--
Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] scsi: target: iscsi: Fix typos
2025-02-06 8:47 [PATCH] scsi: target: iscsi: Fix typos Andrew Kreimer
2025-02-13 3:01 ` Martin K. Petersen
@ 2025-02-19 1:06 ` Martin K. Petersen
1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2025-02-19 1:06 UTC (permalink / raw)
To: Eric Biggers, Ard Biesheuvel, Andrew Kreimer
Cc: Martin K . Petersen, linux-scsi, target-devel, linux-kernel,
kernel-janitors
On Thu, 06 Feb 2025 10:47:03 +0200, Andrew Kreimer wrote:
> There are some typos in comments/messages:
> - Nin -> Min
> - occuring -> occurring
>
> Fix them via codespell.
>
>
> [...]
Applied to 6.15/scsi-queue, thanks!
[1/1] scsi: target: iscsi: Fix typos
https://git.kernel.org/mkp/scsi/c/035b9fa023fb
--
Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-19 1:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-06 8:47 [PATCH] scsi: target: iscsi: Fix typos Andrew Kreimer
2025-02-13 3:01 ` Martin K. Petersen
2025-02-19 1:06 ` Martin K. Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).