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]
Message-ID: <e15e9717-a9a3-426e-b395-45ba871f7ffd@infradead.org>
Date:   Sat, 7 May 2022 22:58:06 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Joe Perches <joe@...ches.com>, Jason Wang <wangborong@...rlc.com>,
        rth@...ddle.net
Cc:     ink@...assic.park.msu.ru, mattst88@...il.com,
        linux-alpha@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] alpha: Fix comment typo



On 5/7/22 21:30, Joe Perches wrote:
> On Sun, 2022-05-08 at 11:00 +0800, Jason Wang wrote:
>> Remove one of the repeated 'and' in comment line 150.
> []
>> diff --git a/arch/alpha/kernel/irq_i8259.c b/arch/alpha/kernel/irq_i8259.c
> []
>> @@ -147,7 +147,7 @@ isa_no_iack_sc_device_interrupt(unsigned long vector)
>>  	 */
>>  	/* 
>>  	 *  The first read of gives you *all* interrupting lines.
>> -	 *  Therefore, read the mask register and and out those lines
>> +	 *  Therefore, read the mask register and out those lines

Looks to me like:                             and mask out those lines
> 
> Not really a repeated word but
> perhaps s/and and/then and/
> 
>>  	 *  not enabled.  Note that some documentation has 21 and a1 
>>  	 *  write only.  This is not true.
>>  	 */
> 
> 

-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ