OSDN Git Service

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)
commitf2668fa7f6fbb0dfa4eb2e571f8ec0c34bc66b6f
treea90816cb34aac276dc2b3db17141271d1791e8b9
parentba650cfcf94090a528fb9d8be467d17308311121
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