Re: [PATCH] i3c: master: svc: spelling corrections

From: Frank Li

Date: Mon Feb 16 2026 - 11:28:42 EST


On Sun, Feb 15, 2026 at 10:17:55PM -0800, Randy Dunlap wrote:
> Correct spelling for 3 words as identified by codespell:
>
> svc-i3c-master.c:340: tigger ==> trigger
> svc-i3c-master.c:532: reamins ==> remains
> svc-i3c-master.c:734: filetered ==> filtered
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> ---
Reviewed-by: Frank Li <Frank.Li@xxxxxxx>
> Cc: Miquel Raynal <miquel.raynal@xxxxxxxxxxx>
> Cc: Frank Li <Frank.Li@xxxxxxx>
> Cc: Alexandre Belloni <alexandre.belloni@xxxxxxxxxxx>
> Cc: linux-i3c@xxxxxxxxxxxxxxxxxxx
> Cc: imx@xxxxxxxxxxxxxxx
> ---
> drivers/i3c/master/svc-i3c-master.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> --- linux-next-20251210.orig/drivers/i3c/master/svc-i3c-master.c
> +++ linux-next-20251210/drivers/i3c/master/svc-i3c-master.c
> @@ -344,7 +344,7 @@ static void svc_i3c_master_reset_fifo_tr
> {
> u32 reg;
>
> - /* Set RX and TX tigger levels, flush FIFOs */
> + /* Set RX and TX trigger levels, flush FIFOs */
> reg = SVC_I3C_MDATACTRL_FLUSHTB |
> SVC_I3C_MDATACTRL_FLUSHRB |
> SVC_I3C_MDATACTRL_UNLOCK_TRIG |
> @@ -572,7 +572,7 @@ static void svc_i3c_master_ibi_isr(struc
> * 3. IBI isr writes an AutoIBI request.
> * 4. The controller will not start AutoIBI process because SDA is not low.
> * 5. IBIWON polling times out.
> - * 6. Controller reamins in AutoIBI state and doesn't accept EmitStop request.
> + * 6. Controller remains in AutoIBI state and doesn't accept EmitStop request.
> */
> writel(SVC_I3C_MCTRL_REQUEST_START_ADDR |
> SVC_I3C_MCTRL_TYPE_I3C |
> @@ -774,7 +774,7 @@ static int svc_i3c_master_bus_init(struc
>
> /*
> * Using I3C Open-Drain mode, target is 4.17MHz/240ns with a
> - * duty-cycle tuned so that high levels are filetered out by
> + * duty-cycle tuned so that high levels are filtered out by
> * the 50ns filter (target being 40ns).
> */
> odhpp = 1;