]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
scripts/spelling.txt: add "intialization" pattern and fix typo instances
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 27 Feb 2017 22:29:20 +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:

  intialization||initialization

The "inintialization" in drivers/acpi/spcr.c is a different pattern but
I fixed it as well in this commit.

Link: http://lkml.kernel.org/r/1481573103-11329-16-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>
16 files changed:
arch/arm/mach-omap2/omap_twl.c
drivers/acpi/spcr.c
drivers/firewire/core-device.c
drivers/mmc/host/mmci_qcom_dml.c
drivers/net/wireless/intel/ipw2x00/ipw2100.c
drivers/net/wireless/intel/ipw2x00/ipw2200.c
drivers/net/wireless/ti/wlcore/init.c
drivers/power/avs/smartreflex.c
drivers/scsi/ipr.c
drivers/scsi/lpfc/lpfc_sli.c
drivers/scsi/scsi_transport_sas.c
drivers/scsi/storvsc_drv.c
drivers/usb/gadget/udc/fsl_udc_core.c
scripts/spelling.txt
sound/soc/qcom/lpass.h
sound/soc/soc-topology.c

index 6bf6267005571b5fadc03d4bab9d8e60489d2d0c..1346b3ab34a5e39b319dcbb718fec2cfb2423d9a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * OMAP and TWL PMIC specific intializations.
+ * OMAP and TWL PMIC specific initializations.
  *
  * Copyright (C) 2010 Texas Instruments Incorporated.
  * Thara Gopinath
index 2b5d0fac81f072a7649f97e402443da643867dd0..01c94669a2b0ad91976daf9f3c7ef3338b48e965 100644 (file)
@@ -46,7 +46,7 @@ static bool qdf2400_erratum_44_present(struct acpi_table_header *h)
  * console is registered and if @earlycon is true, earlycon is set up.
  *
  * When CONFIG_ACPI_SPCR_TABLE is defined, this function should be called
- * from arch inintialization code as soon as the DT/ACPI decision is made.
+ * from arch initialization code as soon as the DT/ACPI decision is made.
  *
  */
 int __init parse_spcr(bool earlycon)
index f9e3aee6a2113031a8df272eacdf024c504ba27e..7c2eed76011e0f1a02b39e4c586027d3ddb5e8f5 100644 (file)
@@ -1068,7 +1068,7 @@ static void fw_device_init(struct work_struct *work)
 
        /*
         * Transition the device to running state.  If it got pulled
-        * out from under us while we did the intialization work, we
+        * out from under us while we did the initialization work, we
         * have to shut down the device again here.  Normally, though,
         * fw_node_event will be responsible for shutting it down when
         * necessary.  We have to use the atomic cmpxchg here to avoid
@@ -1231,7 +1231,7 @@ void fw_node_event(struct fw_card *card, struct fw_node *node, int event)
                        break;
 
                /*
-                * Do minimal intialization of the device here, the
+                * Do minimal initialization of the device here, the
                 * rest will happen in fw_device_init().
                 *
                 * Attention:  A lot of things, even fw_device_get(),
index 2b7fc37648032d76b9f428e71c8ff3ab0c8fb7e2..00750c9d35145ddc291904f7a0c9a4a261f3f48c 100644 (file)
@@ -170,7 +170,7 @@ int dml_hw_init(struct mmci_host *host, struct device_node *np)
        writel_relaxed(producer_id | (consumer_id << CONSUMER_PIPE_ID_SHFT),
                       base + DML_PIPE_ID);
 
-       /* Make sure dml intialization is finished */
+       /* Make sure dml initialization is finished */
        mb();
 
        return 0;
index 356aba9d3d538a3029431e44b99dd6e4ed89529a..96f18222950a58848d855f397124b4d2df4a98dc 100644 (file)
@@ -1238,7 +1238,7 @@ static int ipw2100_get_hw_features(struct ipw2100_priv *priv)
 }
 
 /*
- * Start firmware execution after power on and intialization
+ * Start firmware execution after power on and initialization
  * The sequence is:
  *  1. Release ARC
  *  2. Wait for f/w initialization completes;
@@ -1277,7 +1277,7 @@ static int ipw2100_start_adapter(struct ipw2100_priv *priv)
        /* Release ARC - clear reset bit */
        write_register(priv->net_dev, IPW_REG_RESET_REG, 0);
 
-       /* wait for f/w intialization complete */
+       /* wait for f/w initialization complete */
        IPW_DEBUG_FW("Waiting for f/w initialization to complete...\n");
        i = 5000;
        do {
index ef9af8a29cad5172c24871a7cb2746a57ccf8cbb..c09215de6d538751cb4f5ce3088615824115638e 100644 (file)
@@ -5196,7 +5196,7 @@ static void ipw_rx_queue_restock(struct ipw_priv *priv)
  * Move all used packet from rx_used to rx_free, allocating a new SKB for each.
  * Also restock the Rx queue via ipw_rx_queue_restock.
  *
- * This is called as a scheduled work item (except for during intialization)
+ * This is called as a scheduled work item (except for during initialization)
  */
 static void ipw_rx_queue_replenish(void *data)
 {
index d0b7734030ef70ddc8c2bc9b124021fca187834b..58898b99d3f74ada971d9f614733b61d13dc69bd 100644 (file)
@@ -544,7 +544,7 @@ static int wl12xx_init_sta_role(struct wl1271 *wl, struct wl12xx_vif *wlvif)
        return 0;
 }
 
-/* vif-specific intialization */
+/* vif-specific initialization */
 static int wl12xx_init_ap_role(struct wl1271 *wl, struct wl12xx_vif *wlvif)
 {
        int ret;
index fa0f19b975a6a59cd5532e7091052ec194dd14b2..974fd684bab2c74400f8904fb557a5ac21ac9f26 100644 (file)
@@ -195,7 +195,7 @@ static void sr_stop_vddautocomp(struct omap_sr *sr)
 }
 
 /*
- * This function handles the intializations which have to be done
+ * This function handles the initializations which have to be done
  * only when both sr device and class driver regiter has
  * completed. This will be attempted to be called from both sr class
  * driver register and sr device intializtion API's. Only one call
@@ -671,7 +671,7 @@ int sr_register_class(struct omap_sr_class_data *class_data)
        sr_class = class_data;
 
        /*
-        * Call into late init to do intializations that require
+        * Call into late init to do initializations that require
         * both sr driver and sr class driver to be initiallized.
         */
        list_for_each_entry(sr_info, &sr_list, node)
@@ -899,7 +899,7 @@ static int __init omap_sr_probe(struct platform_device *pdev)
        list_add(&sr_info->node, &sr_list);
 
        /*
-        * Call into late init to do intializations that require
+        * Call into late init to do initializations that require
         * both sr driver and sr class driver to be initiallized.
         */
        if (sr_class) {
index 835c59c777f20a506731fea77300f3f305e8ff9a..b29afafc28857e95bffd8946598748907ab77b17 100644 (file)
@@ -9330,7 +9330,7 @@ static pci_ers_result_t ipr_pci_error_detected(struct pci_dev *pdev,
  * ipr_probe_ioa_part2 - Initializes IOAs found in ipr_probe_ioa(..)
  * @ioa_cfg:   ioa cfg struct
  *
- * Description: This is the second phase of adapter intialization
+ * Description: This is the second phase of adapter initialization
  * This function takes care of initilizing the adapter to the point
  * where it can accept new commands.
 
index d977a472f89f0695940bef7a96584a798db22094..9ec3d5be5aa02604d738d7a0d959592298587525 100644 (file)
@@ -4510,7 +4510,7 @@ lpfc_sli4_rb_setup(struct lpfc_hba *phba)
  * @phba: Pointer to HBA context object.
  * @sli_mode: sli mode - 2/3
  *
- * This function is called by the sli intialization code path
+ * This function is called by the sli initialization code path
  * to issue config_port mailbox command. This function restarts the
  * HBA firmware and issues a config_port mailbox command to configure
  * the SLI interface in the sli mode specified by sli_mode
@@ -4650,11 +4650,11 @@ do_prep_failed:
 
 
 /**
- * lpfc_sli_hba_setup - SLI intialization function
+ * lpfc_sli_hba_setup - SLI initialization function
  * @phba: Pointer to HBA context object.
  *
- * This function is the main SLI intialization function. This function
- * is called by the HBA intialization code, HBA reset code and HBA
+ * This function is the main SLI initialization function. This function
+ * is called by the HBA initialization code, HBA reset code and HBA
  * error attention handler code. Caller is not required to hold any
  * locks. This function issues config_port mailbox command to configure
  * the SLI, setup iocb rings and HBQ rings. In the end the function
@@ -6324,11 +6324,11 @@ lpfc_set_host_data(struct lpfc_hba *phba, LPFC_MBOXQ_t *mbox)
 }
 
 /**
- * lpfc_sli4_hba_setup - SLI4 device intialization PCI function
+ * lpfc_sli4_hba_setup - SLI4 device initialization PCI function
  * @phba: Pointer to HBA context object.
  *
- * This function is the main SLI4 device intialization PCI function. This
- * function is called by the HBA intialization code, HBA reset code and
+ * This function is the main SLI4 device initialization PCI function. This
+ * function is called by the HBA initialization code, HBA reset code and
  * HBA error attention handler code. Caller is not required to hold any
  * locks.
  **/
index f94535130a344580884c350bb18baa1a9eee4cbe..cdbb293aca08fd3b386b9c03ca02c6f27fe2056e 100644 (file)
@@ -1475,7 +1475,7 @@ static void sas_end_device_release(struct device *dev)
 }
 
 /**
- * sas_rphy_initialize - common rphy intialization
+ * sas_rphy_initialize - common rphy initialization
  * @rphy:      rphy to initialise
  *
  * Used by both sas_end_device_alloc() and sas_expander_alloc() to
index 585e54f6512cdd773342a7a040a203045ea65f26..638e5f427c901fddee96a53328cd8cc76f1368be 100644 (file)
@@ -280,7 +280,7 @@ static const struct vmstor_protocol vmstor_protocols[] = {
 
 
 /*
- * This structure is sent during the intialization phase to get the different
+ * This structure is sent during the initialization phase to get the different
  * properties of the channel.
  */
 
index 2e41ef36b944d1c3da6952bf134e7a435f2dfecd..b76fcdb763a0d27c5606e97807b18bf14e05ba9f 100644 (file)
@@ -520,7 +520,7 @@ static void struct_ep_qh_setup(struct fsl_udc *udc, unsigned char ep_num,
 /* Setup qh structure and ep register for ep0. */
 static void ep0_setup(struct fsl_udc *udc)
 {
-       /* the intialization of an ep includes: fields in QH, Regs,
+       /* the initialization of an ep includes: fields in QH, Regs,
         * fsl_ep struct */
        struct_ep_qh_setup(udc, 0, USB_RECV, USB_ENDPOINT_XFER_CONTROL,
                        USB_MAX_CTRL_PAYLOAD, 0, 0);
@@ -2349,7 +2349,7 @@ static int struct_ep_setup(struct fsl_udc *udc, unsigned char index,
 }
 
 /* Driver probe function
- * all intialization operations implemented here except enabling usb_intr reg
+ * all initialization operations implemented here except enabling usb_intr reg
  * board setup should have been done in the platform code
  */
 static int fsl_udc_probe(struct platform_device *pdev)
index cfcdff9795831682a72e9816172a2450a52faa6e..42530b317c12602bafb24b6b39209f7a5dc1eec7 100644 (file)
@@ -575,6 +575,7 @@ interruptted||interrupted
 interupted||interrupted
 interupt||interrupt
 intial||initial
+intialization||initialization
 intialized||initialized
 intialize||initialize
 intregral||integral
index 924971b6ded54f52ef56de0c84910258531bf1b9..9b031352ea3c24708a46e188813169393c998866 100644 (file)
@@ -82,7 +82,7 @@ struct lpass_variant {
         **/
        u32     dmactl_audif_start;
        u32     wrdma_channel_start;
-       /* SOC specific intialization like clocks */
+       /* SOC specific initialization like clocks */
        int (*init)(struct platform_device *pdev);
        int (*exit)(struct platform_device *pdev);
        int (*alloc_dma_channel)(struct lpass_data *data, int direction);
index aff3d8129ac965376deea8618ae81727db41cbfa..3e9b1c0bb1ce3cb1864e1825ade56720803df289 100644 (file)
@@ -344,7 +344,7 @@ static int soc_tplg_widget_load(struct soc_tplg *tplg,
        return 0;
 }
 
-/* pass DAI configurations to component driver for extra intialization */
+/* pass DAI configurations to component driver for extra initialization */
 static int soc_tplg_dai_load(struct soc_tplg *tplg,
        struct snd_soc_dai_driver *dai_drv)
 {
@@ -354,7 +354,7 @@ static int soc_tplg_dai_load(struct soc_tplg *tplg,
        return 0;
 }
 
-/* pass link configurations to component driver for extra intialization */
+/* pass link configurations to component driver for extra initialization */
 static int soc_tplg_dai_link_load(struct soc_tplg *tplg,
        struct snd_soc_dai_link *link)
 {