]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
scsi: ibmvscsi_tgt: Fix typo in comment
authorAnkit Dange <ankitdange37@gmail.com>
Sat, 28 Jun 2025 12:53:20 +0000 (18:23 +0530)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 15 Jul 2025 00:56:43 +0000 (20:56 -0400)
Correct the misspelling of "transitition" to "transition" in a comment
in ibmvscsi_tgt.c for clarity.

Signed-off-by: Ankit Dange <ankitdange37@gmail.com>
Link: https://lore.kernel.org/r/20250628125320.295824-1-ankitdange37@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c

index 9e42230e42b86260e79f9d0be995afda1117e0a9..5a3787f273691fadfe108de5a50d7c060e54e130 100644 (file)
@@ -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. */