]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: mvebu: add missing newline at end of messages
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 12 Jun 2015 13:38:34 +0000 (15:38 +0200)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Thu, 9 Jul 2015 12:17:22 +0000 (14:17 +0200)
commita17683ba3d240612ef52bcbf7f4db91f1e457735
tree11ebe632ef6f205db505293cd77e3848e436caed
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
ARM: mvebu: add missing newline at end of messages

Commit 548ae94c1cc7f ("ARM: mvebu: Disable CPU Idle on Armada 38x")
added two new pr_warn() messages in mach-mvebu/pmsu.c. However, these
messages lack the final new line, causing the next message to be
displayed on the same line.

This commit adds the missing ending newlines.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
arch/arm/mach-mvebu/pmsu.c