mirror of https://gitee.com/openkylin/linux.git
Staging: i2o: Fix quoted string split across lines
This patch fixes "quoted string split across lines warning" warning in exec-osm.c Signed-off-by: Dilek Uzulmez <dilekuzulmez@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
13d932f79c
commit
2e3b1b0e09
|
@ -507,8 +507,8 @@ static int i2o_exec_reply(struct i2o_controller *c, u32 m,
|
||||||
* to aid in debugging.
|
* to aid in debugging.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
printk(KERN_WARNING "%s: Unsolicited message reply sent to core!"
|
printk(KERN_WARNING "%s: Unsolicited message reply sent to core! Message dumped to syslog\n",
|
||||||
"Message dumped to syslog\n", c->name);
|
c->name);
|
||||||
i2o_dump_message(msg);
|
i2o_dump_message(msg);
|
||||||
|
|
||||||
return -EFAULT;
|
return -EFAULT;
|
||||||
|
|
Loading…
Reference in New Issue