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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Martin K. Petersen <[email protected]>
1 parent ae996ae commit 278577d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)