[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1310181450050.31790@pobox.suse.cz>
Date: Fri, 18 Oct 2013 14:50:17 +0200 (CEST)
From: Jiri Kosina <jkosina@...e.cz>
To: Randy Dunlap <rdunlap@...radead.org>
Cc: Xie XiuQi <xiexiuqi@...wei.com>,
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 Thu, 17 Oct 2013, Randy Dunlap wrote:
> > ---
> > 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
I have fixed this one and applied the series.
--
Jiri Kosina
SUSE Labs
--
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