[PATCH] scsi: ibmvscsi_tgt: Fix typo 'transitition' to 'transition' in comment

ankitdange37@gmail.com posted 1 patch 3 months, 1 week ago
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] scsi: ibmvscsi_tgt: Fix typo 'transitition' to 'transition' in comment
Posted by ankitdange37@gmail.com 3 months, 1 week ago
From: Ankit Dange <ankitdange37@gmail.com>

Corrected the misspelling of "transitition" to "transition" in a comment
in ibmvscsi_tgt.c for clarity.

Signed-off-by: Ankit Dange <ankitdange37@gmail.com>
---
 drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c b/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c
index 2fca17cf8b51..edc28da794f0 100644
--- a/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c
+++ b/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c
@@ -425,7 +425,7 @@ static void ibmvscsis_disconnect(struct work_struct *work)
 
 	/*
 	 * check which state we are in and see if we
-	 * should transitition to the new state
+	 * should transition to the new state
 	 */
 	switch (vscsi->state) {
 	/* Should never be called while in this state. */
-- 
2.34.1
Re: [PATCH] scsi: ibmvscsi_tgt: Fix typo 'transitition' to 'transition' in comment
Posted by Martin K. Petersen 2 months, 3 weeks ago
Ankit,

> Corrected the misspelling of "transitition" to "transition" in a comment
> in ibmvscsi_tgt.c for clarity.

Applied to 6.17/scsi-staging, thanks!

-- 
Martin K. Petersen