ACPI, APEI, EINJ: fix malformed newline escape
authorColin Ian King <[email protected]>
Tue, 17 Jan 2017 14:57:20 +0000 (14:57 +0000)
committerRafael J. Wysocki <[email protected]>
Tue, 31 Jan 2017 21:39:54 +0000 (22:39 +0100)
The pr_warn message has a malformed newline escape, add in the
missing \

Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Borislav Petkov <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/acpi/apei/einj.c

index eebb7e39c49c7c94dd9f31b0d5d992d323a62c63..ec50c32ea3da0496ca20e7d7fe8e7970b4cbd124 100644 (file)
@@ -711,7 +711,7 @@ static int __init einj_init(void)
 
        rc = einj_check_table(einj_tab);
        if (rc) {
-               pr_warn(FW_BUG "Invalid EINJ table.n");
+               pr_warn(FW_BUG "Invalid EINJ table.\n");
                return -EINVAL;
        }