Skip to content

Commit 335c21a

Browse files
rddunlapalexandrebelloni
authored andcommitted
i3c: master: svc: spelling corrections
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>
1 parent f311a05 commit 335c21a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

drivers/i3c/master/svc-i3c-master.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ static void svc_i3c_master_reset_fifo_trigger(struct svc_i3c_master *master)
344344
{
345345
u32 reg;
346346

347-
/* Set RX and TX tigger levels, flush FIFOs */
347+
/* Set RX and TX trigger levels, flush FIFOs */
348348
reg = SVC_I3C_MDATACTRL_FLUSHTB |
349349
SVC_I3C_MDATACTRL_FLUSHRB |
350350
SVC_I3C_MDATACTRL_UNLOCK_TRIG |
@@ -572,7 +572,7 @@ static void svc_i3c_master_ibi_isr(struct svc_i3c_master *master)
572572
* 3. IBI isr writes an AutoIBI request.
573573
* 4. The controller will not start AutoIBI process because SDA is not low.
574574
* 5. IBIWON polling times out.
575-
* 6. Controller reamins in AutoIBI state and doesn't accept EmitStop request.
575+
* 6. Controller remains in AutoIBI state and doesn't accept EmitStop request.
576576
*/
577577
writel(SVC_I3C_MCTRL_REQUEST_START_ADDR |
578578
SVC_I3C_MCTRL_TYPE_I3C |
@@ -774,7 +774,7 @@ static int svc_i3c_master_bus_init(struct i3c_master_controller *m)
774774

775775
/*
776776
* Using I3C Open-Drain mode, target is 4.17MHz/240ns with a
777-
* duty-cycle tuned so that high levels are filetered out by
777+
* duty-cycle tuned so that high levels are filtered out by
778778
* the 50ns filter (target being 40ns).
779779
*/
780780
odhpp = 1;

0 commit comments

Comments
 (0)