Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757805Ab3CDDsP (ORCPT ); Sun, 3 Mar 2013 22:48:15 -0500 Received: from szxga01-in.huawei.com ([119.145.14.64]:51005 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757419Ab3CDDsL (ORCPT ); Sun, 3 Mar 2013 22:48:11 -0500 From: Hanjun Guo To: Tony Luck , Fenghua Yu CC: , , Toshi Kani , Jiang Liu , Hanjun Guo Subject: [PATCH 1/2] ia64: iosapic: fix a minor typo in comments Date: Mon, 4 Mar 2013 11:46:48 +0800 Message-ID: <1362368808-28996-1-git-send-email-guohanjun@huawei.com> X-Mailer: git-send-email 1.7.10.msysgit.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.135.68.124] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 982 Lines: 29 describeinterrupts -> describe interrupts Signed-off-by: Hanjun Guo --- arch/ia64/kernel/iosapic.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/ia64/kernel/iosapic.c b/arch/ia64/kernel/iosapic.c index ee33c3a..a6e2f75 100644 --- a/arch/ia64/kernel/iosapic.c +++ b/arch/ia64/kernel/iosapic.c @@ -76,7 +76,7 @@ * PCI pin -> global system interrupt (GSI) -> IA-64 vector <-> IRQ * * Note: The term "IRQ" is loosely used everywhere in Linux kernel to - * describeinterrupts. Now we use "IRQ" only for Linux IRQ's. ISA IRQ + * describe interrupts. Now we use "IRQ" only for Linux IRQ's. ISA IRQ * (isa_irq) is the only exception in this source code. */ -- 1.6.0.2 -- 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/