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:
Dilek Uzulmez 2015-02-27 13:21:57 +02:00 committed by Greg Kroah-Hartman
parent 13d932f79c
commit 2e3b1b0e09

View File

@ -507,8 +507,8 @@ static int i2o_exec_reply(struct i2o_controller *c, u32 m,
* to aid in debugging.
*
*/
printk(KERN_WARNING "%s: Unsolicited message reply sent to core!"
"Message dumped to syslog\n", c->name);
printk(KERN_WARNING "%s: Unsolicited message reply sent to core! Message dumped to syslog\n",
c->name);
i2o_dump_message(msg);
return -EFAULT;