[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <7847a14b-3c02-a3bf-2bfc-99f09c0c2ca0@huawei.com>
Date: Thu, 8 Sep 2022 16:51:15 +0100
From: John Garry <john.garry@...wei.com>
To: wangjianli <wangjianli@...rlc.com>, <jejb@...ux.ibm.com>,
<martin.petersen@...cle.com>
CC: <MPT-FusionLinux.pdl@...adcom.com>, <linux-scsi@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] scsi/mpt3sas: fix repeated words in comments
On 08/09/2022 14:04, wangjianli wrote:
> Delete the redundant word 'to'.
>
> Signed-off-by: wangjianli<wangjianli@...rlc.com>
> ---
> drivers/scsi/mpt3sas/mpt3sas_base.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/scsi/mpt3sas/mpt3sas_base.h b/drivers/scsi/mpt3sas/mpt3sas_base.h
> index 05364aa15ecd..c8443f69d15d 100644
> --- a/drivers/scsi/mpt3sas/mpt3sas_base.h
> +++ b/drivers/scsi/mpt3sas/mpt3sas_base.h
> @@ -836,7 +836,7 @@ struct _enclosure_node {
> /**
> * enum reset_type - reset state
> * @FORCE_BIG_HAMMER: issue diagnostic reset
> - * @SOFT_RESET: issue message_unit_reset, if fails to to big hammer
I guess that the original intention was "if fails go to big hammer"
> + * @SOFT_RESET: issue message_unit_reset, if fails to big hammer
This still makes no sense
> */
> enum reset_type {
> FORCE_BIG_HAMMER,
Powered by blists - more mailing lists