Commit 278577d8 authored by Ankit Dange's avatar Ankit Dange Committed by Martin K. Petersen
Browse files

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: default avatarAnkit Dange <ankitdange37@gmail.com>
Link: https://lore.kernel.org/r/20250628125320.295824-1-ankitdange37@gmail.com


Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent ae996aeb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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. */