Skip to content

Commit 05513a7

Browse files
tales-aparecidaalexandrebelloni
authored andcommitted
rtc: imxdi: fix trivial typos
Fix typos 'pionter' -> 'pointer' and 'softwere' -> 'software' Signed-off-by: Tales L. da Aparecida <tales.aparecida@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20200624012119.54768-1-tales.aparecida@gmail.com
1 parent 3180cfa commit 05513a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/rtc/rtc-imxdi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
/**
9797
* struct imxdi_dev - private imxdi rtc data
98-
* @pdev: pionter to platform dev
98+
* @pdev: pointer to platform dev
9999
* @rtc: pointer to rtc struct
100100
* @ioaddr: IO registers pointer
101101
* @clk: input reference clock
@@ -350,7 +350,7 @@ static int di_handle_invalid_and_failure_state(struct imxdi_dev *imxdi, u32 dsr)
350350
* the tamper register is locked. We cannot disable the
351351
* tamper detection. The TDCHL can only be reset by a
352352
* DRYICE POR, but we cannot force a DRYICE POR in
353-
* softwere because we are still in "FAILURE STATE".
353+
* software because we are still in "FAILURE STATE".
354354
* We need a DRYICE POR via battery power cycling....
355355
*/
356356
/*

0 commit comments

Comments
 (0)