From: Jason Wang <wangborong@cdjrlc.com>
To: ink@jurassic.park.msu.ru
Cc: rth@twiddle.net, mattst88@gmail.com, linux-alpha@vger.kernel.org,
linux-kernel@vger.kernel.org, Jason Wang <wangborong@cdjrlc.com>
Subject: [PATCH] alpha: Fix comment typo
Date: Fri, 15 Jul 2022 12:33:04 +0800 [thread overview]
Message-ID: <20220715043304.16551-1-wangborong@cdjrlc.com> (raw)
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
next reply other threads:[~2022-07-15 4:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-15 4:33 Jason Wang [this message]
-- strict thread matches above, loose matches on Subject: below --
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220715043304.16551-1-wangborong@cdjrlc.com \
--to=wangborong@cdjrlc.com \
--cc=ink@jurassic.park.msu.ru \
--cc=linux-alpha@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mattst88@gmail.com \
--cc=rth@twiddle.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox