提交 d2226784 编写于 作者: C Colin Ian King 提交者: 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: NColin Ian King <colin.king@canonical.com>
Reviewed-by: NBorislav Petkov <bp@suse.de>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册