Skip to content

Commit 278577d

Browse files
ankit375martinkpetersen
authored andcommitted
scsi: ibmvscsi_tgt: Fix typo in comment
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>
1 parent ae996ae commit 278577d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ static void ibmvscsis_disconnect(struct work_struct *work)
425425

426426
/*
427427
* check which state we are in and see if we
428-
* should transitition to the new state
428+
* should transition to the new state
429429
*/
430430
switch (vscsi->state) {
431431
/* Should never be called while in this state. */

0 commit comments

Comments
 (0)