Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261805AbVCUNn5 (ORCPT ); Mon, 21 Mar 2005 08:43:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261789AbVCUNn5 (ORCPT ); Mon, 21 Mar 2005 08:43:57 -0500 Received: from ns3.dataphone.se ([212.37.0.170]:19929 "EHLO mail-slave.dataphone.se") by vger.kernel.org with ESMTP id S261805AbVCUNnh (ORCPT ); Mon, 21 Mar 2005 08:43:37 -0500 From: Magnus Damm To: linux-kernel@vger.kernel.org Cc: Magnus Damm Message-Id: <20050321131537.17274.5052.61849@clementine.local> Subject: [PATCH] edgeport: MODULE_PARM_DESC Date: Mon, 21 Mar 2005 14:43:37 +0100 (CET) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 855 Lines: 18 Fix "low_latency"/"debug" parameter description duplication/mixup. Error detected with section2text.rb, see autoparam patch. Signed-off-by: Magnus Damm --- linux-2.6.12-rc1/drivers/usb/serial/io_edgeport.c 2005-03-20 18:20:17.000000000 +0100 +++ linux-2.6.12-rc1-autoparam/drivers/usb/serial/io_edgeport.c 2005-03-21 14:01:12.000000000 +0100 @@ -3110,4 +3110,4 @@ MODULE_PARM_DESC(debug, "Debug enabled or not"); module_param(low_latency, bool, S_IRUGO | S_IWUSR); -MODULE_PARM_DESC(debug, "Low latency enabled or not"); +MODULE_PARM_DESC(low_latency, "Low latency enabled or not"); - 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/