Commit d2e4cb45 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven
Browse files

clk: renesas: cpg-mssr: Update kerneldoc for struct cpg_mssr_priv



New fields were added, but kerneldoc was forgotten, or inserted at the
wrong place.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
parent c1324171
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -112,14 +112,15 @@ static const u16 srcr[] = {
 * @dev: CPG/MSSR device
 * @base: CPG/MSSR register block base address
 * @rmw_lock: protects RMW register accesses
 * @np: Device node in DT for this CPG/MSSR module
 * @clks: Array containing all Core and Module Clocks
 * @num_core_clks: Number of Core Clocks in clks[]
 * @num_mod_clks: Number of Module Clocks in clks[]
 * @last_dt_core_clk: ID of the last Core Clock exported to DT
 * @stbyctrl: This device has Standby Control Registers
 * @notifiers: Notifier chain to save/restore clock state for system resume
 * @smstpcr_saved[].mask: Mask of SMSTPCR[] bits under our control
 * @smstpcr_saved[].val: Saved values of SMSTPCR[]
 * @stbyctrl: This device has Standby Control Registers
 */
struct cpg_mssr_priv {
#ifdef CONFIG_RESET_CONTROLLER