aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2019-01-09 10:34:49 +0000
committerWill Deacon <will.deacon@arm.com>2019-01-10 11:11:46 +0000
commitd9ed41962ee202f653a5fa8d2ea0f52924abe629 (patch)
tree54963aad7c21abb7840fe8ff394aab078b8956eb /arch
parentACPI/IORT: Fix build when CONFIG_IOMMU_API=n (diff)
downloadlinux-dev-d9ed41962ee202f653a5fa8d2ea0f52924abe629.tar.xz
linux-dev-d9ed41962ee202f653a5fa8d2ea0f52924abe629.zip
arm64: asm-prototypes: Fix fat-fingered typo in comment
Some of the right letters, not necessarily in the right order: CONFIG_MODEVERIONS -> CONFIG_MODVERSIONS Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm64/include/asm/asm-prototypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/asm-prototypes.h b/arch/arm64/include/asm/asm-prototypes.h
index 2173ad32d550..1c9a3a0c5fa5 100644
--- 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_MODEVERIONS requires a C declaration to generate the appropriate CRC
+ * CONFIG_MODVERSIONS requires a C declaration to generate the appropriate CRC
* for each symbol. Since commit:
*
* 4efca4ed05cbdfd1 ("kbuild: modversions for EXPORT_SYMBOL() for asm")