Re: [PATCH] w1: fix timeout_us parameter description

From: Evgeniy Polyakov
Date: Wed Aug 10 2016 - 16:11:02 EST


Hi

10.08.2016, 06:22, "Wei Yongjun" <weiyj.lk@xxxxxxxxx>:
>> Â08.08.2016, 16:52, "Wei Yongjun" <weiyj.lk@xxxxxxxxx>:
>>> Â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