Re: [PATCH] scripts/spelling.txt: add "exsits" pattern and fix typo instances

2023-01-27 Thread Andrew Morton
On Fri, 27 Jan 2023 09:27:08 +0100 Luca Ceresoli wrote: > > On Thu, 26 Jan 2023 16:22:05 +0100 Luca Ceresoli wrote: > > > Fix typos and add the following to the scripts/spelling.txt: > > > > > > exsits||exists > > > > > > Signed-off-by: Luca Ceresoli > > > > You need to split this up per

Re: [PATCH] scripts/spelling.txt: add "exsits" pattern and fix typo instances

2023-01-27 Thread Luca Ceresoli
Hello Jakub, thanks for our review. On Thu, 26 Jan 2023 15:55:26 -0800 Jakub Kicinski wrote: > On Thu, 26 Jan 2023 16:22:05 +0100 Luca Ceresoli wrote: > > Fix typos and add the following to the scripts/spelling.txt: > > > > exsits||exists > > > > Signed-off-by: Luca Ceresoli > > You nee

[PATCH] scripts/spelling.txt: add "exsits" pattern and fix typo instances

2023-01-26 Thread Luca Ceresoli
Fix typos and add the following to the scripts/spelling.txt: exsits||exists Signed-off-by: Luca Ceresoli --- drivers/infiniband/ulp/iser/iscsi_iser.c | 2 +- net/openvswitch/flow_table.c | 2 +- scripts/spelling.txt | 1 + sound/soc/fsl/fsl-asoc-card.c

Re: [PATCH] scripts/spelling.txt: add "exsits" pattern and fix typo instances

2023-01-26 Thread Jakub Kicinski
On Thu, 26 Jan 2023 16:22:05 +0100 Luca Ceresoli wrote: > Fix typos and add the following to the scripts/spelling.txt: > > exsits||exists > > Signed-off-by: Luca Ceresoli You need to split this up per subsystem, I reckon :(