mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 02:17:36 -04:00
rtc: renesas-rtca3: Fix typo in rtca3_ppb_per_cycle documentation
Correct a typo in the kernel-doc comment for struct rtca3_ppb_per_cycle by fixing "adjutment" to "adjustment". Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Tested-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> # on RZ/G3S Link: https://patch.msgid.link/20260602192559.1791344-5-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
committed by
Alexandre Belloni
parent
09939630aa
commit
9fb12656a7
@@ -103,7 +103,7 @@ enum rtca3_alrm_set_step {
|
||||
|
||||
/**
|
||||
* struct rtca3_ppb_per_cycle - PPB per cycle
|
||||
* @ten_sec: PPB per cycle in 10 seconds adjutment mode
|
||||
* @ten_sec: PPB per cycle in 10 seconds adjustment mode
|
||||
* @sixty_sec: PPB per cycle in 60 seconds adjustment mode
|
||||
*/
|
||||
struct rtca3_ppb_per_cycle {
|
||||
|
||||
Reference in New Issue
Block a user