From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Wang Subject: [PATCH] alpha: Fix comment typo Date: Fri, 15 Jul 2022 12:33:04 +0800 Message-ID: <20220715043304.16551-1-wangborong@cdjrlc.com> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: List-ID: Content-Type: text/plain; charset="us-ascii" 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 The double `and' is duplicated in line 150, remove one. Signed-off-by: Jason Wang --- 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