public inbox for linux-alpha@vger.kernel.org
 help / color / mirror / Atom feed
* [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
* [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

end of thread, other threads:[~2022-07-15  4:33 UTC | newest]

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox