projects
/
openwrt
/
staging
/
blogic.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
<
[email protected]
>
Tue, 31 Jan 2017 13:21:38 +0000
(13:21 +0000)
committer
Ingo Molnar
<
[email protected]
>
Wed, 1 Feb 2017 07:45:45 +0000
(08:45 +0100)
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Ard Biesheuvel <
[email protected]
>
Cc: Linus Torvalds <
[email protected]
>
Cc: Matt Fleming <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Cc:
[email protected]
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Ingo Molnar <
[email protected]
>
drivers/firmware/efi/esrt.c
patch
|
blob
|
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;
}