git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fc8f4d
)
kexec, Kconfig: spell "architecture" properly
author
Borislav Petkov
<bp@suse.de>
Sun, 25 Jan 2015 18:50:34 +0000
(19:50 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 26 Jan 2015 13:36:46 +0000
(14:36 +0100)
Grepping for "archicture" showed it actually twice! Most unusual
spelling error, very interesting. :)
Signed-off-by: Borislav Petkov <bp@suse.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
kernel/kexec.c
patch
|
blob
|
history
lib/Kconfig.debug
patch
|
blob
|
history
diff --git
a/kernel/kexec.c
b/kernel/kexec.c
index
2abf9f6
..
b2ed6a3
100644
(file)
--- a/
kernel/kexec.c
+++ b/
kernel/kexec.c
@@
-2512,7
+2512,7
@@
static int kexec_apply_relocations(struct kimage *image)
continue;
/*
- * Respective archicture needs to provide support for applying
+ * Respective archi
te
cture needs to provide support for applying
* relocations of type SHT_RELA/SHT_REL.
*/
if (sechdrs[i].sh_type == SHT_RELA)
diff --cc
lib/Kconfig.debug
Simple merge