mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 10:01:41 +00:00
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: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20201103162435.13689-7-krzk@kernel.org Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
4ef39a80da
commit
b5fb3b8859
@ -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
|
* @rcdev: Optional reset controller entity
|
||||||
* @dev: CPG/MSSR device
|
* @dev: CPG/MSSR device
|
||||||
|
Loading…
Reference in New Issue
Block a user