]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
treewide: Fix typo compatability -> compatibility
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Wed, 27 May 2015 12:05:42 +0000 (15:05 +0300)
committerJiri Kosina <jkosina@suse.com>
Fri, 7 Aug 2015 12:01:39 +0000 (14:01 +0200)
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>
arch/metag/include/asm/elf.h
arch/powerpc/kvm/book3s.c
arch/sparc/include/uapi/asm/pstate.h
drivers/gpu/drm/drm_atomic_helper.c
drivers/media/dvb-frontends/au8522_dig.c
drivers/net/wireless/ipw2x00/ipw2100.h

index d2baf69617940d68399775a3030269ead857dc14..87b0cf1e0acb0d6b4f0f38830e9be45b83697454 100644 (file)
@@ -11,7 +11,7 @@
 #define R_METAG_RELBRANCH                4
 #define R_METAG_GETSETOFF                5
 
-/* Backward compatability */
+/* Backward compatibility */
 #define R_METAG_REG32OP1                 6
 #define R_METAG_REG32OP2                 7
 #define R_METAG_REG32OP3                 8
index 05ea8fc7f82976f5944391c8454ea11b189e572d..6d6398f4d632d0c4e5e9d2439ce7e8df4f46767f 100644 (file)
@@ -902,7 +902,7 @@ int kvmppc_core_check_processor_compat(void)
 {
        /*
         * We always return 0 for book3s. We check
-        * for compatability while loading the HV
+        * for compatibility while loading the HV
         * or PR module
         */
        return 0;
index 4b6b998afd9982040f79ace9935eea99af7062d3..cf832e14aa05ba637f207b967b818cbdaf6c6f43 100644 (file)
@@ -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  */
index aac212297b49fb1953dab1749f23dcd77977bcb7..a420c6602df8d8831665a860f1ac68fc0e7fabc6 100644 (file)
@@ -744,7 +744,7 @@ crtc_set_mode(struct drm_device *dev, struct drm_atomic_state *old_state)
  * This function shuts down all the outputs that need to be shut down and
  * prepares them (if required) with the new mode.
  *
- * For compatability with legacy crtc helpers this should be called before
+ * For compatibility with legacy crtc helpers this should be called before
  * drm_atomic_helper_commit_planes(), which is what the default commit function
  * does. But drivers with different needs can group the modeset commits together
  * and do the plane commits at the end. This is useful for drivers doing runtime
@@ -769,7 +769,7 @@ EXPORT_SYMBOL(drm_atomic_helper_commit_modeset_disables);
  * This function enables all the outputs with the new configuration which had to
  * be turned off for the update.
  *
- * For compatability with legacy crtc helpers this should be called after
+ * For compatibility with legacy crtc helpers this should be called after
  * drm_atomic_helper_commit_planes(), which is what the default commit function
  * does. But drivers with different needs can group the modeset commits together
  * and do the plane commits at the end. This is useful for drivers doing runtime
index b744a3f8d4676c8c3a2a3631aaf20d5c299e31ad..f956f13fb3dc04b4f9458e8a6bc8b06f8f5dde5c 100644 (file)
@@ -922,7 +922,7 @@ module_param(debug, int, 0644);
 MODULE_PARM_DESC(debug, "Enable verbose debug messages");
 
 module_param(zv_mode, int, 0644);
-MODULE_PARM_DESC(zv_mode, "Turn on/off ZeeVee modulator compatability mode (default:on).\n"
+MODULE_PARM_DESC(zv_mode, "Turn on/off ZeeVee modulator compatibility mode (default:on).\n"
        "\t\ton - modified AU8522 QAM256 initialization.\n"
        "\t\tProvides faster lock when using ZeeVee modulator based sources");
 
index c6d78790cb0d0a44ce939c07841641246f835701..193947865efd0623034cee61cf1ebbfba5e86dd5 100644 (file)
@@ -746,7 +746,7 @@ struct ipw2100_priv {
 #define IPW_REG_GPIO                   IPW_REG_DOMAIN_0_OFFSET + 0x0030
 #define IPW_REG_FW_TYPE                 IPW_REG_DOMAIN_1_OFFSET + 0x0188
 #define IPW_REG_FW_VERSION             IPW_REG_DOMAIN_1_OFFSET + 0x018C
-#define IPW_REG_FW_COMPATABILITY_VERSION IPW_REG_DOMAIN_1_OFFSET + 0x0190
+#define IPW_REG_FW_COMPATIBILITY_VERSION IPW_REG_DOMAIN_1_OFFSET + 0x0190
 
 #define IPW_REG_INDIRECT_ADDR_MASK     0x00FFFFFC