mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
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>
This commit is contained in:
parent
ae996aeb0e
commit
278577d850
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user