acpi/arm64: pr_err() strings should end with newlines
authorArvind Yadav <[email protected]>
Mon, 25 Sep 2017 07:24:43 +0000 (12:54 +0530)
committerLorenzo Pieralisi <[email protected]>
Mon, 16 Oct 2017 13:25:43 +0000 (14:25 +0100)
pr_err() messages should terminated with a new-line to avoid
other messages being concatenated onto the end.

Signed-off-by: Arvind Yadav <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Acked-by: Hanjun Guo <[email protected]>
drivers/acpi/arm64/gtdt.c

index 597a737d538f3a84fcf3e8c9bc51122ca2481247..92f9edf9d11ed617bfeea402487d3fdcd779803d 100644 (file)
@@ -199,7 +199,7 @@ static int __init gtdt_parse_timer_block(struct acpi_gtdt_timer_block *block,
        struct acpi_gtdt_timer_entry *gtdt_frame;
 
        if (!block->timer_count) {
-               pr_err(FW_BUG "GT block present, but frame count is zero.");
+               pr_err(FW_BUG "GT block present, but frame count is zero.\n");
                return -ENODEV;
        }