OSDN Git Service

arm64: asm-prototypes: Fix fat-fingered typo in comment
authorWill Deacon <will.deacon@arm.com>
Wed, 9 Jan 2019 10:34:49 +0000 (10:34 +0000)
committerWill 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

index 2173ad3..1c9a3a0 100644 (file)
@@ -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")