diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-04-02 19:43:34 +0200 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2021-04-02 19:53:42 +0200 |
commit | 07cbd87b0416d7b6b8419b2a56bc63659de5d066 (patch) | |
tree | 364650e476cf590cbc9795013cfb217965d4a2dc /drivers/char/ipmi/ipmi_si_hotmod.c | |
parent | ipmi_si: Drop redundant check before calling put_device() (diff) | |
download | linux-07cbd87b0416d7b6b8419b2a56bc63659de5d066.tar.xz linux-07cbd87b0416d7b6b8419b2a56bc63659de5d066.zip |
ipmi_si: Join string literals back
For easy grepping on debug purposes join string literals back in
the messages.
No functional change.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Message-Id: <20210402174334.13466-11-andriy.shevchenko@linux.intel.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Diffstat (limited to 'drivers/char/ipmi/ipmi_si_hotmod.c')
-rw-r--r-- | drivers/char/ipmi/ipmi_si_hotmod.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/char/ipmi/ipmi_si_hotmod.c b/drivers/char/ipmi/ipmi_si_hotmod.c index a07ef37c0e3f..6b12a83ccd4c 100644 --- a/drivers/char/ipmi/ipmi_si_hotmod.c +++ b/drivers/char/ipmi/ipmi_si_hotmod.c @@ -17,9 +17,8 @@ static int hotmod_handler(const char *val, const struct kernel_param *kp); module_param_call(hotmod, hotmod_handler, NULL, NULL, 0200); -MODULE_PARM_DESC(hotmod, "Add and remove interfaces. See" - " Documentation/driver-api/ipmi.rst in the kernel sources for the" - " gory details."); +MODULE_PARM_DESC(hotmod, + "Add and remove interfaces. See Documentation/driver-api/ipmi.rst in the kernel sources for the gory details."); /* * Parms come in as <op1>[:op2[:op3...]]. ops are: |