Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

+2 -1
+2 -1
drivers/clk/renesas/renesas-cpg-mssr.c
··· 112 112 * @dev: CPG/MSSR device 113 113 * @base: CPG/MSSR register block base address 114 114 * @rmw_lock: protects RMW register accesses 115 + * @np: Device node in DT for this CPG/MSSR module 115 116 * @clks: Array containing all Core and Module Clocks 116 117 * @num_core_clks: Number of Core Clocks in clks[] 117 118 * @num_mod_clks: Number of Module Clocks in clks[] 118 119 * @last_dt_core_clk: ID of the last Core Clock exported to DT 120 + * @stbyctrl: This device has Standby Control Registers 119 121 * @notifiers: Notifier chain to save/restore clock state for system resume 120 122 * @smstpcr_saved[].mask: Mask of SMSTPCR[] bits under our control 121 123 * @smstpcr_saved[].val: Saved values of SMSTPCR[] 122 - * @stbyctrl: This device has Standby Control Registers 123 124 */ 124 125 struct cpg_mssr_priv { 125 126 #ifdef CONFIG_RESET_CONTROLLER