Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751521AbdIWEdw (ORCPT ); Sat, 23 Sep 2017 00:33:52 -0400 Received: from ozlabs.org ([103.22.144.67]:58741 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751276AbdIWEdu (ORCPT ); Sat, 23 Sep 2017 00:33:50 -0400 From: Rusty Russell To: Jean Delvare , LKML Cc: Andrew Morton Subject: Re: [PATCH] params: Align add_sysfs_param documentation with code In-Reply-To: <20170919142656.64aea59e@endymion> References: <20170919142656.64aea59e@endymion> Date: Sat, 23 Sep 2017 12:37:53 +0930 Message-ID: <87efqyyuwm.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 987 Lines: 32 Jean Delvare writes: > This parameter is named kp, so the documentation should use that. > > Signed-off-by: Jean Delvare > Fixes: 9b473de87209 ("param: Fix duplicate module prefixes") > Cc: Rusty Russell Acked-by: Rusty Russell Thanks, Rusty. > --- > kernel/params.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-4.14-rc1.orig/kernel/params.c 2017-09-17 00:47:51.000000000 +0200 > +++ linux-4.14-rc1/kernel/params.c 2017-09-19 14:19:51.399247222 +0200 > @@ -600,7 +600,7 @@ EXPORT_SYMBOL(kernel_param_unlock); > /* > * add_sysfs_param - add a parameter to sysfs > * @mk: struct module_kobject > - * @kparam: the actual parameter definition to add to sysfs > + * @kp: the actual parameter definition to add to sysfs > * @name: name of parameter > * > * Create a kobject if for a (per-module) parameter if mp NULL, and > > -- > Jean Delvare > SUSE L3 Support