Commit 05513a70 authored by Tales L. da Aparecida's avatar Tales L. da Aparecida Committed by Alexandre Belloni

rtc: imxdi: fix trivial typos

Fix typos 'pionter' -> 'pointer' and 'softwere' -> 'software'
Signed-off-by: default avatarTales L. da Aparecida <tales.aparecida@gmail.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20200624012119.54768-1-tales.aparecida@gmail.com
parent 3180cfab
......@@ -95,7 +95,7 @@
/**
* struct imxdi_dev - private imxdi rtc data
* @pdev: pionter to platform dev
* @pdev: pointer to platform dev
* @rtc: pointer to rtc struct
* @ioaddr: IO registers pointer
* @clk: input reference clock
......@@ -350,7 +350,7 @@ static int di_handle_invalid_and_failure_state(struct imxdi_dev *imxdi, u32 dsr)
* the tamper register is locked. We cannot disable the
* tamper detection. The TDCHL can only be reset by a
* DRYICE POR, but we cannot force a DRYICE POR in
* softwere because we are still in "FAILURE STATE".
* software because we are still in "FAILURE STATE".
* We need a DRYICE POR via battery power cycling....
*/
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment