From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758637Ab2GLDfF (ORCPT ); Wed, 11 Jul 2012 23:35:05 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:63616 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751202Ab2GLDfB (ORCPT ); Wed, 11 Jul 2012 23:35:01 -0400 From: Grant Likely Subject: Re: [RFC PATCH 1/2] irq_domain: correct a minor wrong comment for linear revmap To: Dong Aisheng , linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, tglx@linutronix.de, benh@kernel.crashing.org In-Reply-To: <1340182831-10477-1-git-send-email-b29396@freescale.com> References: <1340182831-10477-1-git-send-email-b29396@freescale.com> Date: Wed, 11 Jul 2012 15:07:38 +0100 Message-Id: <20120711140738.ABA533E0E16@localhost> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 20 Jun 2012 17:00:30 +0800, Dong Aisheng wrote: > From: Dong Aisheng > > The revmap type should be linear for irq_domain_add_linear function. > > Signed-off-by: Dong Aisheng Applied, thanks. g. > --- > kernel/irq/irqdomain.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c > index 3e4ea85..cb83554 100644 > --- a/kernel/irq/irqdomain.c > +++ b/kernel/irq/irqdomain.c > @@ -219,7 +219,7 @@ struct irq_domain *irq_domain_add_legacy(struct device_node *of_node, > EXPORT_SYMBOL_GPL(irq_domain_add_legacy); > > /** > - * irq_domain_add_linear() - Allocate and register a legacy revmap irq_domain. > + * irq_domain_add_linear() - Allocate and register a linear revmap irq_domain. > * @of_node: pointer to interrupt controller's device tree node. > * @size: Number of interrupts in the domain. > * @ops: map/unmap domain callbacks > -- > 1.7.0.4 > > -- Grant Likely, B.Sc, P.Eng. Secret Lab Technologies, Ltd. From mboxrd@z Thu Jan 1 00:00:00 1970 From: grant.likely@secretlab.ca (Grant Likely) Date: Wed, 11 Jul 2012 15:07:38 +0100 Subject: [RFC PATCH 1/2] irq_domain: correct a minor wrong comment for linear revmap In-Reply-To: <1340182831-10477-1-git-send-email-b29396@freescale.com> References: <1340182831-10477-1-git-send-email-b29396@freescale.com> Message-ID: <20120711140738.ABA533E0E16@localhost> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 20 Jun 2012 17:00:30 +0800, Dong Aisheng wrote: > From: Dong Aisheng > > The revmap type should be linear for irq_domain_add_linear function. > > Signed-off-by: Dong Aisheng Applied, thanks. g. > --- > kernel/irq/irqdomain.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c > index 3e4ea85..cb83554 100644 > --- a/kernel/irq/irqdomain.c > +++ b/kernel/irq/irqdomain.c > @@ -219,7 +219,7 @@ struct irq_domain *irq_domain_add_legacy(struct device_node *of_node, > EXPORT_SYMBOL_GPL(irq_domain_add_legacy); > > /** > - * irq_domain_add_linear() - Allocate and register a legacy revmap irq_domain. > + * irq_domain_add_linear() - Allocate and register a linear revmap irq_domain. > * @of_node: pointer to interrupt controller's device tree node. > * @size: Number of interrupts in the domain. > * @ops: map/unmap domain callbacks > -- > 1.7.0.4 > > -- Grant Likely, B.Sc, P.Eng. Secret Lab Technologies, Ltd.