From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938708AbcHJUK5 (ORCPT ); Wed, 10 Aug 2016 16:10:57 -0400 Received: from forward5h.cmail.yandex.net ([87.250.230.20]:44835 "EHLO forward5h.cmail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934171AbcHJUKy (ORCPT ); Wed, 10 Aug 2016 16:10:54 -0400 X-Greylist: delayed 606 seconds by postgrey-1.27 at vger.kernel.org; Wed, 10 Aug 2016 16:10:53 EDT Authentication-Results: mxback8g.mail.yandex.net; dkim=pass header.i=@yandex.ru From: Evgeniy Polyakov Envelope-From: drustafa@yandex.ru To: Wei Yongjun , Greg Kroah-Hartman Cc: "linux-kernel@vger.kernel.org" In-Reply-To: References: <1470664361-9363-1-git-send-email-weiyj.lk@gmail.com> <1871470783285@web30h.yandex.ru> Subject: Re: [PATCH] w1: fix timeout_us parameter description MIME-Version: 1.0 Message-Id: <452831470859235@web16g.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Wed, 10 Aug 2016 23:00:35 +0300 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=utf-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi 10.08.2016, 06:22, "Wei Yongjun" : >>  08.08.2016, 16:52, "Wei Yongjun" : >>>  Fix 'timeout_us' parameter description. >>>   MODULE_PARM_DESC(timeout, "time in seconds between automatic slave searches"); >>>   module_param_named(timeout_us, w1_timeout_us, int, 0); >>>  -MODULE_PARM_DESC(timeout, "time in microseconds between automatic slave" >>>  - " searches"); >>>  +MODULE_PARM_DESC(timeout_us, >>>  + "time in microseconds between automatic slave searches"); >>  I believe there will be no harm to put it to on one line, even if it crosses some obscure very-long-line rule > > Maybe the bad patch description confused you, this patch the typo in the > first argument of MODULE_PARM_DESC(), use timeout_us instead of timeout. Yup, you are right, please make it as one line since you are at it