Skip to content

Commit 1b381f6

Browse files
lucaceresoliakpm00
authored andcommitted
scripts/spelling.txt: add "exsits" pattern and fix typo instances
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>
1 parent bf47020 commit 1b381f6

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

drivers/infiniband/ulp/iser/iscsi_iser.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ iscsi_iser_conn_create(struct iscsi_cls_session *cls_session,
446446
* @is_leading: indicate if this is the session leading connection (MCS)
447447
*
448448
* Return: zero on success, $error if iscsi_conn_bind fails and
449-
* -EINVAL in case end-point doesn't exsits anymore or iser connection
449+
* -EINVAL in case end-point doesn't exists anymore or iser connection
450450
* state is not UP (teardown already started).
451451
*/
452452
static int iscsi_iser_conn_bind(struct iscsi_cls_session *cls_session,

net/openvswitch/flow_table.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ static int flow_mask_insert(struct flow_table *tbl, struct sw_flow *flow,
10121012

10131013
mask = flow_mask_find(tbl, new);
10141014
if (!mask) {
1015-
/* Allocate a new mask if none exsits. */
1015+
/* Allocate a new mask if none exists. */
10161016
mask = mask_alloc();
10171017
if (!mask)
10181018
return -ENOMEM;

scripts/spelling.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ exeuction||execution
630630
existance||existence
631631
existant||existent
632632
exixt||exist
633+
exsits||exists
633634
exlcude||exclude
634635
exlcusive||exclusive
635636
exlusive||exclusive

sound/soc/fsl/fsl-asoc-card.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ static int fsl_asoc_card_probe(struct platform_device *pdev)
811811
priv->card.num_links = 1;
812812

813813
if (asrc_pdev) {
814-
/* DPCM DAI Links only if ASRC exsits */
814+
/* DPCM DAI Links only if ASRC exists */
815815
priv->dai_link[1].cpus->of_node = asrc_np;
816816
priv->dai_link[1].platforms->of_node = asrc_np;
817817
priv->dai_link[2].codecs->dai_name = codec_dai_name;

0 commit comments

Comments
 (0)