scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instances
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 27 Feb 2017 22:29:45 +0000 (14:29 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Feb 2017 02:43:47 +0000 (18:43 -0800)
Fix typos and add the following to the scripts/spelling.txt:

  deintializing||deinitializing
  deintialize||deinitialize
  deintialized||deinitialized

Link: http://lkml.kernel.org/r/1481573103-11329-28-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/crypto/caam/ctrl.c
drivers/net/wireless/rsi/rsi_91x_usb.c
drivers/staging/wilc1000/linux_wlan.c
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c
scripts/spelling.txt
sound/soc/amd/acp-pcm-dma.c

index 579f8263c47940007a6df759105b4f68be19603b..fef39f9f41ee200c5ed7138edae76beaefdff3cb 100644 (file)
@@ -269,7 +269,7 @@ static int deinstantiate_rng(struct device *ctrldev, int state_handle_mask)
                /*
                 * If the corresponding bit is set, then it means the state
                 * handle was initialized by us, and thus it needs to be
-                * deintialized as well
+                * deinitialized as well
                 */
                if ((1 << sh_idx) & state_handle_mask) {
                        /*
index ef5d394f185bfb46cc24c9170eecf4f6cee4dab8..cc8deecea8cbeeebbd7bc9216d7698a175ba8cae 100644 (file)
@@ -516,7 +516,7 @@ err:
 
 /**
  * rsi_disconnect() - This function performs the reverse of the probe function,
- *                   it deintialize the driver structure.
+ *                   it deinitialize the driver structure.
  * @pfunction: Pointer to the USB interface structure.
  *
  * Return: None.
index 9ab43935869e6d586035923ab60c2494d0a476be..2eebc6215cacd55b055dd5751ea26382dacf7e96 100644 (file)
@@ -213,7 +213,7 @@ static void deinit_irq(struct net_device *dev)
        vif = netdev_priv(dev);
        wilc = vif->wilc;
 
-       /* Deintialize IRQ */
+       /* Deinitialize IRQ */
        if (wilc->dev_irq_num) {
                free_irq(wilc->dev_irq_num, wilc);
                gpio_free(wilc->gpio);
index f7ce47cac2aafb45dca8e041032aab74d13b1c58..7961d1c56847392c6d977e065cab76f435ea31de 100644 (file)
@@ -2357,7 +2357,7 @@ int wilc_deinit_host_int(struct net_device *net)
                del_timer_sync(&wilc_during_ip_timer);
 
        if (s32Error)
-               netdev_err(net, "Error while deintializing host interface\n");
+               netdev_err(net, "Error while deinitializing host interface\n");
 
        return s32Error;
 }
index 6b627d850864b2d569050846dc56dc2978ef9abe..ea01f005cf38c185c158cfe0b3f988691398adc5 100644 (file)
@@ -322,6 +322,9 @@ defintion||definition
 defintions||definitions
 defualt||default
 defult||default
+deintializing||deinitializing
+deintialize||deinitialize
+deintialized||deinitialized
 deivce||device
 delared||declared
 delare||declare
index 818b052377f3f2e656d77ad12e835df299663872..ec1067a679da406019bd4c98e6b6cf22fd5a4432 100644 (file)
@@ -506,7 +506,7 @@ static int acp_init(void __iomem *acp_mmio)
        return 0;
 }
 
-/* Deintialize ACP */
+/* Deinitialize ACP */
 static int acp_deinit(void __iomem *acp_mmio)
 {
        u32 val;