提交 35b67291 编写于 作者: J Jon Hunter 提交者: Thierry Reding

soc/tegra: pmc: Add missing structure members to kernel-doc

Some members of the tegra_pmc structure are missing from the kernel-doc
comment for this structure. Add the missing members.
Signed-off-by: NJon Hunter <jonathanh@nvidia.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 f55532a0
...@@ -113,8 +113,10 @@ struct tegra_pmc_soc { ...@@ -113,8 +113,10 @@ struct tegra_pmc_soc {
/** /**
* struct tegra_pmc - NVIDIA Tegra PMC * struct tegra_pmc - NVIDIA Tegra PMC
* @dev: pointer to PMC device structure
* @base: pointer to I/O remapped register region * @base: pointer to I/O remapped register region
* @clk: pointer to pclk clock * @clk: pointer to pclk clock
* @soc: pointer to SoC data structure
* @rate: currently configured rate of pclk * @rate: currently configured rate of pclk
* @suspend_mode: lowest suspend mode available * @suspend_mode: lowest suspend mode available
* @cpu_good_time: CPU power good time (in microseconds) * @cpu_good_time: CPU power good time (in microseconds)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册