diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-05-27 15:05:42 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.com> | 2015-08-07 14:01:39 +0200 |
commit | 60acc4ebe710a8e5c56a8488e91c8b1903289ca8 (patch) | |
tree | b407636a3639af9a0f3286c3a6cad63390948a59 /arch/sparc/include | |
parent | b527538fe6f9506d619c09ee5f86b27d91e779e4 (diff) | |
download | blackbird-obmc-linux-60acc4ebe710a8e5c56a8488e91c8b1903289ca8.tar.gz blackbird-obmc-linux-60acc4ebe710a8e5c56a8488e91c8b1903289ca8.zip |
treewide: Fix typo compatability -> compatibility
Even though 'compatability' has a dedicated entry in the Wiktionary,
it's listed as 'Mispelling of compatibility'. Fix it.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: David S. Miller <davem@davemloft.net>
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> for the atomic_helper.c
Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'arch/sparc/include')
-rw-r--r-- | arch/sparc/include/uapi/asm/pstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/uapi/asm/pstate.h b/arch/sparc/include/uapi/asm/pstate.h index 4b6b998afd99..cf832e14aa05 100644 --- a/arch/sparc/include/uapi/asm/pstate.h +++ b/arch/sparc/include/uapi/asm/pstate.h @@ -88,7 +88,7 @@ #define VERS_MAXTL _AC(0x000000000000ff00,UL) /* Max Trap Level. */ #define VERS_MAXWIN _AC(0x000000000000001f,UL) /* Max RegWindow Idx.*/ -/* Compatability Feature Register (%asr26), SPARC-T4 and later */ +/* Compatibility Feature Register (%asr26), SPARC-T4 and later */ #define CFR_AES _AC(0x0000000000000001,UL) /* Supports AES opcodes */ #define CFR_DES _AC(0x0000000000000002,UL) /* Supports DES opcodes */ #define CFR_KASUMI _AC(0x0000000000000004,UL) /* Supports KASUMI opcodes */ |