mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 14:41:27 +00:00
powerpc: Remove trailing space in messages
Signed-off-by: Frans Pop <elendil@planet.nl> Cc: linuxppc-dev@ozlabs.org Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
parent
0b9612c210
commit
8354be9c10
15 changed files with 27 additions and 27 deletions
|
@ -532,7 +532,7 @@ static void ps3av_set_videomode_packet(u32 id)
|
|||
res = ps3av_cmd_avb_param(&avb_param, len);
|
||||
if (res == PS3AV_STATUS_NO_SYNC_HEAD)
|
||||
printk(KERN_WARNING
|
||||
"%s: Command failed. Please try your request again. \n",
|
||||
"%s: Command failed. Please try your request again.\n",
|
||||
__func__);
|
||||
else if (res)
|
||||
dev_dbg(&ps3av->dev->core, "ps3av_cmd_avb_param failed\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue