Skip to content

Commit

Permalink
scsi: ibmvscsi_tgt: Fix repeated words in comment
Browse files Browse the repository at this point in the history
Delete the redundant word 'to'.

Link: https://lore.kernel.org/r/20220908130910.35680-1-wangjianli@cdjrlc.com
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: wangjianli <wangjianli@cdjrlc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
wangjianli authored and Martin K. Petersen committed Sep 16, 2022
1 parent 7170cb1 commit 59f4e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ static void ibmvscsis_disconnect(struct work_struct *work)
break;

/*
* Can transition from this state to to unconfiguring
* Can transition from this state to unconfiguring
* or err disconnect.
*/
case ERR_DISCONNECT_RECONNECT:
Expand Down

0 comments on commit 59f4e39

Please sign in to comment.