diff options
author | Will Deacon <will.deacon@arm.com> | 2019-01-09 10:34:49 +0000 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2019-01-10 11:11:46 +0000 |
commit | d9ed41962ee202f653a5fa8d2ea0f52924abe629 (patch) | |
tree | 54963aad7c21abb7840fe8ff394aab078b8956eb /arch | |
parent | 6b68835b5af4feb2a3f31592a52a1a68d7c1b1f3 (diff) | |
download | linux-d9ed41962ee202f653a5fa8d2ea0f52924abe629.tar.bz2 |
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.h | 2 |
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") |