All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] alpha: Fix comment typo
@ 2022-05-08  3:00 Jason Wang
  2022-05-08  4:30 ` Joe Perches
  0 siblings, 1 reply; 4+ messages in thread
From: Jason Wang @ 2022-05-08  3:00 UTC (permalink / raw)
  To: rth; +Cc: ink, mattst88, wangborong, linux-alpha, linux-kernel

Remove one of the repeated 'and' in comment line 150.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 arch/alpha/kernel/irq_i8259.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/alpha/kernel/irq_i8259.c b/arch/alpha/kernel/irq_i8259.c
index 1dcf0d9038fd..db574dcd6675 100644
--- 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
 	 *  not enabled.  Note that some documentation has 21 and a1 
 	 *  write only.  This is not true.
 	 */
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] alpha: Fix comment typo
  2022-05-08  3:00 [PATCH] alpha: Fix comment typo Jason Wang
@ 2022-05-08  4:30 ` Joe Perches
  2022-05-08  5:58   ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Joe Perches @ 2022-05-08  4:30 UTC (permalink / raw)
  To: Jason Wang, rth; +Cc: ink, mattst88, linux-alpha, linux-kernel

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

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.
>  	 */



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] alpha: Fix comment typo
  2022-05-08  4:30 ` Joe Perches
@ 2022-05-08  5:58   ` Randy Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2022-05-08  5:58 UTC (permalink / raw)
  To: Joe Perches, Jason Wang, rth; +Cc: ink, mattst88, linux-alpha, linux-kernel



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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] alpha: Fix comment typo
@ 2022-07-15  4:33 Jason Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Jason Wang @ 2022-07-15  4:33 UTC (permalink / raw)
  To: ink; +Cc: rth, mattst88, linux-alpha, linux-kernel, Jason Wang

The double `and' is duplicated in line 150, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 arch/alpha/kernel/irq_i8259.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/alpha/kernel/irq_i8259.c b/arch/alpha/kernel/irq_i8259.c
index 1dcf0d9038fd..db574dcd6675 100644
--- 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
 	 *  not enabled.  Note that some documentation has 21 and a1 
 	 *  write only.  This is not true.
 	 */
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-18 12:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-08  3:00 [PATCH] alpha: Fix comment typo Jason Wang
2022-05-08  4:30 ` Joe Perches
2022-05-08  5:58   ` Randy Dunlap
2022-07-15  4:33 Jason Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.