Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755035Ab3IIQDg (ORCPT ); Mon, 9 Sep 2013 12:03:36 -0400 Received: from mail-wg0-f46.google.com ([74.125.82.46]:51577 "EHLO mail-wg0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753790Ab3IIQDe (ORCPT ); Mon, 9 Sep 2013 12:03:34 -0400 From: Grant Likely Subject: Re: [PATCH] irq/of: Fix comment typo for irq_of_parse_and_map To: Yijing Wang , Rob Herring Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Yijing Wang , Hanjun Guo In-Reply-To: <1377913450-30108-1-git-send-email-wangyijing@huawei.com> References: <1377913450-30108-1-git-send-email-wangyijing@huawei.com> Date: Mon, 09 Sep 2013 17:03:35 +0100 Message-Id: <20130909160335.2E26A3E0F23@localhost> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1071 Lines: 36 On Sat, 31 Aug 2013 09:44:10 +0800, Yijing Wang wrote: > Fix trivial comment typo for irq_of_parse_and_map(). > > Signed-off-by: Yijing Wang Applied, thanks. g. > --- > drivers/of/irq.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/of/irq.c b/drivers/of/irq.c > index 1264923..1752988 100644 > --- a/drivers/of/irq.c > +++ b/drivers/of/irq.c > @@ -28,7 +28,7 @@ > > /** > * irq_of_parse_and_map - Parse and map an interrupt into linux virq space > - * @device: Device node of the device whose interrupt is to be mapped > + * @dev: Device node of the device whose interrupt is to be mapped > * @index: Index of the interrupt to map > * > * This function is a wrapper that chains of_irq_map_one() and > -- > 1.7.1 > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/