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:
Ankit Dange 2025-06-28 18:23:20 +05:30 committed by Martin K. Petersen
parent ae996aeb0e
commit 278577d850

View 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. */