scripts/spelling.txt: add "exsits" pattern and fix typo instances
authorLuca Ceresoli <luca.ceresoli@bootlin.com>
Thu, 26 Jan 2023 15:22:05 +0000 (16:22 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 3 Feb 2023 06:50:07 +0000 (22:50 -0800)
Fix typos and add the following to the scripts/spelling.txt:

  exsits||exists

Link: https://lkml.kernel.org/r/20230126152205.959277-1-luca.ceresoli@bootlin.com
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/infiniband/ulp/iser/iscsi_iser.c
net/openvswitch/flow_table.c
scripts/spelling.txt
sound/soc/fsl/fsl-asoc-card.c

index 620ae5b..6b76037 100644 (file)
@@ -446,7 +446,7 @@ iscsi_iser_conn_create(struct iscsi_cls_session *cls_session,
  * @is_leading:      indicate if this is the session leading connection (MCS)
  *
  * Return: zero on success, $error if iscsi_conn_bind fails and
- *         -EINVAL in case end-point doesn't exsits anymore or iser connection
+ *         -EINVAL in case end-point doesn't exists anymore or iser connection
  *         state is not UP (teardown already started).
  */
 static int iscsi_iser_conn_bind(struct iscsi_cls_session *cls_session,
index 0a0e4c2..cfac54c 100644 (file)
@@ -1012,7 +1012,7 @@ static int flow_mask_insert(struct flow_table *tbl, struct sw_flow *flow,
 
        mask = flow_mask_find(tbl, new);
        if (!mask) {
-               /* Allocate a new mask if none exsits. */
+               /* Allocate a new mask if none exists. */
                mask = mask_alloc();
                if (!mask)
                        return -ENOMEM;
index b3fa70e..f8bd617 100644 (file)
@@ -630,6 +630,7 @@ exeuction||execution
 existance||existence
 existant||existent
 exixt||exist
+exsits||exists
 exlcude||exclude
 exlcusive||exclusive
 exlusive||exclusive
index 8d14b55..2f25358 100644 (file)
@@ -811,7 +811,7 @@ static int fsl_asoc_card_probe(struct platform_device *pdev)
        priv->card.num_links = 1;
 
        if (asrc_pdev) {
-               /* DPCM DAI Links only if ASRC exsits */
+               /* DPCM DAI Links only if ASRC exists */
                priv->dai_link[1].cpus->of_node = asrc_np;
                priv->dai_link[1].platforms->of_node = asrc_np;
                priv->dai_link[2].codecs->dai_name = codec_dai_name;