Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Laurent Pinchart and committed by
Jiri Kosina
60acc4eb b527538f

+7 -7
+1 -1
arch/metag/include/asm/elf.h
··· 11 11 #define R_METAG_RELBRANCH 4 12 12 #define R_METAG_GETSETOFF 5 13 13 14 - /* Backward compatability */ 14 + /* Backward compatibility */ 15 15 #define R_METAG_REG32OP1 6 16 16 #define R_METAG_REG32OP2 7 17 17 #define R_METAG_REG32OP3 8
+1 -1
arch/powerpc/kvm/book3s.c
··· 902 902 { 903 903 /* 904 904 * We always return 0 for book3s. We check 905 - * for compatability while loading the HV 905 + * for compatibility while loading the HV 906 906 * or PR module 907 907 */ 908 908 return 0;
+1 -1
arch/sparc/include/uapi/asm/pstate.h
··· 88 88 #define VERS_MAXTL _AC(0x000000000000ff00,UL) /* Max Trap Level. */ 89 89 #define VERS_MAXWIN _AC(0x000000000000001f,UL) /* Max RegWindow Idx.*/ 90 90 91 - /* Compatability Feature Register (%asr26), SPARC-T4 and later */ 91 + /* Compatibility Feature Register (%asr26), SPARC-T4 and later */ 92 92 #define CFR_AES _AC(0x0000000000000001,UL) /* Supports AES opcodes */ 93 93 #define CFR_DES _AC(0x0000000000000002,UL) /* Supports DES opcodes */ 94 94 #define CFR_KASUMI _AC(0x0000000000000004,UL) /* Supports KASUMI opcodes */
+2 -2
drivers/gpu/drm/drm_atomic_helper.c
··· 744 744 * This function shuts down all the outputs that need to be shut down and 745 745 * prepares them (if required) with the new mode. 746 746 * 747 - * For compatability with legacy crtc helpers this should be called before 747 + * For compatibility with legacy crtc helpers this should be called before 748 748 * drm_atomic_helper_commit_planes(), which is what the default commit function 749 749 * does. But drivers with different needs can group the modeset commits together 750 750 * and do the plane commits at the end. This is useful for drivers doing runtime ··· 769 769 * This function enables all the outputs with the new configuration which had to 770 770 * be turned off for the update. 771 771 * 772 - * For compatability with legacy crtc helpers this should be called after 772 + * For compatibility with legacy crtc helpers this should be called after 773 773 * drm_atomic_helper_commit_planes(), which is what the default commit function 774 774 * does. But drivers with different needs can group the modeset commits together 775 775 * and do the plane commits at the end. This is useful for drivers doing runtime
+1 -1
drivers/media/dvb-frontends/au8522_dig.c
··· 922 922 MODULE_PARM_DESC(debug, "Enable verbose debug messages"); 923 923 924 924 module_param(zv_mode, int, 0644); 925 - MODULE_PARM_DESC(zv_mode, "Turn on/off ZeeVee modulator compatability mode (default:on).\n" 925 + MODULE_PARM_DESC(zv_mode, "Turn on/off ZeeVee modulator compatibility mode (default:on).\n" 926 926 "\t\ton - modified AU8522 QAM256 initialization.\n" 927 927 "\t\tProvides faster lock when using ZeeVee modulator based sources"); 928 928
+1 -1
drivers/net/wireless/ipw2x00/ipw2100.h
··· 746 746 #define IPW_REG_GPIO IPW_REG_DOMAIN_0_OFFSET + 0x0030 747 747 #define IPW_REG_FW_TYPE IPW_REG_DOMAIN_1_OFFSET + 0x0188 748 748 #define IPW_REG_FW_VERSION IPW_REG_DOMAIN_1_OFFSET + 0x018C 749 - #define IPW_REG_FW_COMPATABILITY_VERSION IPW_REG_DOMAIN_1_OFFSET + 0x0190 749 + #define IPW_REG_FW_COMPATIBILITY_VERSION IPW_REG_DOMAIN_1_OFFSET + 0x0190 750 750 751 751 #define IPW_REG_INDIRECT_ADDR_MASK 0x00FFFFFC 752 752