projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b68835
)
arm64: asm-prototypes: Fix fat-fingered typo in comment
author
Will Deacon
<will.deacon@arm.com>
Wed, 9 Jan 2019 10:34:49 +0000
(10:34 +0000)
committer
Will Deacon
<will.deacon@arm.com>
Thu, 10 Jan 2019 11:11:46 +0000
(11:11 +0000)
Some of the right letters, not necessarily in the right order:
CONFIG_MODEVERIONS -> CONFIG_MODVERSIONS
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/include/asm/asm-prototypes.h
patch
|
blob
|
history
diff --git
a/arch/arm64/include/asm/asm-prototypes.h
b/arch/arm64/include/asm/asm-prototypes.h
index 2173ad32d550770a40bdd26367aebbb18187d717..1c9a3a0c5fa5fedee46d1c983832a4505098326f 100644
(file)
--- a/
arch/arm64/include/asm/asm-prototypes.h
+++ b/
arch/arm64/include/asm/asm-prototypes.h
@@
-2,7
+2,7
@@
#ifndef __ASM_PROTOTYPES_H
#define __ASM_PROTOTYPES_H
/*
- * CONFIG_MOD
EVER
IONS requires a C declaration to generate the appropriate CRC
+ * CONFIG_MOD
VERS
IONS requires a C declaration to generate the appropriate CRC
* for each symbol. Since commit:
*
* 4efca4ed05cbdfd1 ("kbuild: modversions for EXPORT_SYMBOL() for asm")