[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5260A6B0.4070509@infradead.org>
Date: Thu, 17 Oct 2013 20:10:40 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Xie XiuQi <xiexiuqi@...wei.com>, Jiri Kosina <trivial@...nel.org>
CC: Thomas Gleixner <tglx@...utronix.de>,
Christoph Lameter <cl@...ux-foundation.org>,
Pekka Enberg <penberg@...nel.org>,
Matt Mackall <mpm@...enic.com>,
John Stultz <john.stultz@...aro.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH 1/3] irq: Fix some trivial typos in comments
On 10/17/13 18:12, Xie XiuQi wrote:
> Signed-off-by: Xie XiuQi <xiexiuqi@...wei.com>
> ---
> kernel/irq/chip.c | 2 +-
> kernel/irq/manage.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
> index a3bb14f..dc04c16 100644
> --- a/kernel/irq/chip.c
> +++ b/kernel/irq/chip.c
> @@ -214,7 +214,7 @@ void irq_enable(struct irq_desc *desc)
> }
>
> /**
> - * irq_disable - Mark interupt disabled
> + * irq_disable - Mark interrupt disabled
> * @desc: irq descriptor which should be disabled
> *
> * If the chip does not implement the irq_disable callback, we
> diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c
> index 514bcfd..6394a3c 100644
> --- a/kernel/irq/manage.c
> +++ b/kernel/irq/manage.c
> @@ -786,7 +786,7 @@ irq_forced_thread_fn(struct irq_desc *desc, struct irqaction *action)
> }
>
> /*
> - * Interrupts explicitely requested as threaded interupts want to be
> + * Interrupts explicitely requested as threaded interrupts want to be
explicitly
> * preemtible - many of them need to sleep and wait for slow busses to
> * complete.
> */
>
--
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists