Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261243AbVCTSbh (ORCPT ); Sun, 20 Mar 2005 13:31:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261244AbVCTSbe (ORCPT ); Sun, 20 Mar 2005 13:31:34 -0500 Received: from ns3.dataphone.se ([212.37.0.170]:53479 "EHLO mail-slave.dataphone.se") by vger.kernel.org with ESMTP id S261243AbVCTSbd (ORCPT ); Sun, 20 Mar 2005 13:31:33 -0500 From: Magnus Damm To: linux-kernel@vger.kernel.org Cc: Magnus Damm Message-Id: <20050320180341.4056.34459.17402@clementine.local> Subject: [PATCH] i8042: MODULE_PARM_DESC Date: Sun, 20 Mar 2005 19:31:31 +0100 (CET) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 907 Lines: 22 For 2.6.11.x, already fixed in 2.6.12-rc1. Replace duplicate "dumbkbd" with "noloop". Signed-off-by: Magnus Damm --- linux-2.6.11.4/drivers/input/serio/i8042.c 2005-03-16 10:56:16.000000000 +0100 +++ linux-2.6.11.4-i8042_parm_desc/drivers/input/serio/i8042.c 2005-03-20 17:49:02.329667144 +0100 @@ -52,7 +52,7 @@ static unsigned int i8042_noloop; module_param_named(noloop, i8042_noloop, bool, 0); -MODULE_PARM_DESC(dumbkbd, "Disable the AUX Loopback command while probing for the AUX port"); +MODULE_PARM_DESC(noloop, "Disable the AUX Loopback command while probing for the AUX port"); #ifdef CONFIG_ACPI static int i8042_noacpi; - 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/