From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751807AbdF3BYN (ORCPT ); Thu, 29 Jun 2017 21:24:13 -0400 Received: from mail-wr0-f193.google.com ([209.85.128.193]:36730 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751656AbdF3BYM (ORCPT ); Thu, 29 Jun 2017 21:24:12 -0400 Date: Fri, 30 Jun 2017 03:24:03 +0200 From: "Sylvain 'ythier' Hitier" To: linux-kernel@vger.kernel.org Cc: trivial@kernel.org, David Howells Subject: [PATCH v2] moduleparam: fix doc: hwparam_irq configures an IRQ Message-ID: <20170630012403.GA9802@lilas> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org v2: Add Cc in commit message Signed-off-by: Sylvain 'ythier' Hitier Cc: trivial@kernel.org --- include/linux/moduleparam.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h index 6be1949..1ee7b30 100644 --- a/include/linux/moduleparam.h +++ b/include/linux/moduleparam.h @@ -457,7 +457,7 @@ enum hwparam_type { hwparam_ioport, /* Module parameter configures an I/O port */ hwparam_iomem, /* Module parameter configures an I/O mem address */ hwparam_ioport_or_iomem, /* Module parameter could be either, depending on other option */ - hwparam_irq, /* Module parameter configures an I/O port */ + hwparam_irq, /* Module parameter configures an IRQ */ hwparam_dma, /* Module parameter configures a DMA channel */ hwparam_dma_addr, /* Module parameter configures a DMA buffer address */ hwparam_other, /* Module parameter configures some other value */ -- 1.7.10.4 Regards, Sylvain "ythier" HITIER -- Business is about being busy, not being rich... Lived 777 days in a Debian package => http://en.wikipedia.org/wiki/Apt,_Vaucluse There's THE room for ideals in this mechanical place!