lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ