]> git.baikalelectronics.ru Git - kernel.git/commit
acpi, nfit: remove unnecessary newline
authorLinda Knippers <linda.knippers@hpe.com>
Tue, 7 Mar 2017 21:35:14 +0000 (16:35 -0500)
committerDan Williams <dan.j.williams@intel.com>
Thu, 13 Apr 2017 04:56:41 +0000 (21:56 -0700)
commite2e28a00b963643ac182246b3a2fc56490b6cd02
treea90816cb34aac276dc2b3db17141271d1791e8b9
parent1ca17146aa442025539515aa5fcb4fe910a3c0f4
acpi, nfit: remove unnecessary newline

The newline in MODULE_PARM_DESC causes modinfo to print the parameter
data type on a separate line, which is different from all the other
module parameters and could potentially cause a problem for someone
parsing the output of modinfo.

Signed-off-by: Linda Knippers <linda.knippers@hpe.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/acpi/nfit/core.c