Commit b5fb3b88 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Geert Uytterhoeven

clk: renesas: cpg-mssr: fix kerneldoc of cpg_mssr_priv

The struct cpg_mssr_priv missed proper formatting:

    drivers/clk/renesas/renesas-cpg-mssr.c:142: warning:
        cannot understand function prototype: 'struct cpg_mssr_priv '
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201103162435.13689-7-krzk@kernel.orgSigned-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 4ef39a80
......@@ -119,7 +119,8 @@ static const u16 srstclr_for_v3u[] = {
};
/**
* Clock Pulse Generator / Module Standby and Software Reset Private Data
* struct cpg_mssr_priv - Clock Pulse Generator / Module Standby
* and Software Reset Private Data
*
* @rcdev: Optional reset controller entity
* @dev: CPG/MSSR device
......
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