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:
7904ba8
)
x86/mm: Fix typo in comment
author
Takuya Yamamoto
<tkyymmt01@gmail.com>
Wed, 29 Aug 2018 07:27:30 +0000
(16:27 +0900)
committer
Thomas Gleixner
<tglx@linutronix.de>
Wed, 3 Oct 2018 14:14:05 +0000
(16:14 +0200)
Signed-off-by: Takuya Yamamoto <tkyymmt01@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link:
https://lkml.kernel.org/r/20180829072730.988-1-tkyymmt01@gmail.com
arch/x86/mm/extable.c
patch
|
blob
|
history
diff --git
a/arch/x86/mm/extable.c
b/arch/x86/mm/extable.c
index 45f5d6cf65aed0bf30f0885648df743c449c61a7..9ceb940334cd97095b039ed26797add28962f04a 100644
(file)
--- a/
arch/x86/mm/extable.c
+++ b/
arch/x86/mm/extable.c
@@
-230,7
+230,7
@@
void __init early_fixup_exception(struct pt_regs *regs, int trapnr)
* result in a hard-to-debug panic.
*
* Keep in mind that not all vectors actually get here. Early
- *
f
age faults, for example, are special.
+ *
p
age faults, for example, are special.
*/
if (fixup_exception(regs, trapnr))
return;