projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18141e8
)
efi/esrt: Fix typo in pr_err() message
author
Colin Ian King
<colin.king@canonical.com>
Tue, 31 Jan 2017 13:21:38 +0000
(13:21 +0000)
committer
Ingo Molnar
<mingo@kernel.org>
Wed, 1 Feb 2017 07:45:45 +0000
(08:45 +0100)
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Matt Fleming <matt@codeblueprint.co.uk>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-efi@vger.kernel.org
Link:
http://lkml.kernel.org/r/1485868902-20401-7-git-send-email-ard.biesheuvel@linaro.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
drivers/firmware/efi/esrt.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/firmware/efi/esrt.c
b/drivers/firmware/efi/esrt.c
index 14914074f716ed41cc3fccc42c1e333810ecf890..08b026864d4e7d5f00b76cbd95b7398c6db943f8 100644
(file)
--- a/
drivers/firmware/efi/esrt.c
+++ b/
drivers/firmware/efi/esrt.c
@@
-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 doe
s
n't fit on single memory map entry. (size: %zu max: %zu)\n",
size, max);
return;
}