Commit d2226784 authored by Colin Ian King's avatar Colin Ian King Committed by Rafael J. Wysocki

ACPI, APEI, EINJ: fix malformed newline escape

The pr_warn message has a malformed newline escape, add in the
missing \
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarBorislav Petkov <bp@suse.de>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 566cf877
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment