]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
i3c: master: svc: spelling corrections
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 16 Feb 2026 06:17:55 +0000 (22:17 -0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 12 Apr 2026 14:32:11 +0000 (16:32 +0200)
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@infradead.org>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://patch.msgid.link/20260216061755.2801697-1-rdunlap@infradead.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/i3c/master/svc-i3c-master.c

index b84b324e4111612cccda4d51ea277d8c484158b1..8fefe2927f26263486cfb9eb2be5dbfea6cbd47e 100644 (file)
@@ -344,7 +344,7 @@ static void svc_i3c_master_reset_fifo_trigger(struct svc_i3c_master *master)
 {
        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(struct svc_i3c_master *master)
         * 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(struct i3c_master_controller *m)
 
        /*
         * 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;