Message ID | 20221022062645.15043-1-wangjianli@cdjrlc.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | scsi/ibmvscsi_tgt: fix repeated words in comments | expand |
diff --git a/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c b/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c index eee1a24f7e15..9c783c150755 100644 --- a/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c +++ b/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c @@ -400,7 +400,7 @@ static long ibmvscsis_check_init_msg(struct scsi_info *vscsi, uint *format) * An error has occurred or the driver received a Transport event, * and the driver is requesting that the command queue be de-registered * in a safe manner. If there is no outstanding I/O then we can stop the - * queue. If we are restarting the queue it will be reflected in the + * queue. If we are restarting the queue it will be reflected in * the state of the adapter. * * EXECUTION ENVIRONMENT:
Delete the redundant word 'the'. Signed-off-by: wangjianli <wangjianli@cdjrlc.com> --- drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)