diff options
author | Randy Dunlap | 2020-07-18 17:28:53 -0700 |
---|---|---|
committer | Marc Zyngier | 2020-07-27 08:55:03 +0100 |
commit | b7640d765dbbde794c49198c9851f6026fb6e43e (patch) | |
tree | 85f57c484051068efbc1176ae28d28c0711e8a53 /include/linux/irqchip | |
parent | 3af9571cd585efafc2facbd8dbd407317ff898cf (diff) |
irqchip: irq-bcm2836.h: drop a duplicated word
Drop the repeated word "the" in a comment.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200719002853.20419-1-rdunlap@infradead.org
Diffstat (limited to 'include/linux/irqchip')
-rw-r--r-- | include/linux/irqchip/irq-bcm2836.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/irqchip/irq-bcm2836.h b/include/linux/irqchip/irq-bcm2836.h index f224d6f9e550..ac5719d8f56b 100644 --- a/include/linux/irqchip/irq-bcm2836.h +++ b/include/linux/irqchip/irq-bcm2836.h @@ -30,7 +30,7 @@ */ #define LOCAL_MAILBOX_INT_CONTROL0 0x050 /* - * The CPU's interrupt status register. Bits are defined by the the + * The CPU's interrupt status register. Bits are defined by the * LOCAL_IRQ_* bits below. */ #define LOCAL_IRQ_PENDING0 0x060 |