Commit f825ab0b authored by Colin Ian King's avatar Colin Ian King Committed by Ard Biesheuvel

efi/esrt: Fix spelling mistake "doen't"

Trivial fix to spelling mistake "doen't" to "doesn't" in pr_err message

Cc: Matt Fleming <matt@codeblueprint.co.uk>
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarArd Biesheuvel <ard.biesheuvel@linaro.org>
parent 5f999ed4
......@@ -269,7 +269,7 @@ void __init efi_esrt_init(void)
max -= efi.esrt;
if (max < size) {
pr_err("ESRT header doen't fit on single memory map entry. (size: %zu max: %zu)\n",
pr_err("ESRT header doesn't fit on single memory map entry. (size: %zu max: %zu)\n",
size, max);
return;
}
......
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