]> git.karo-electronics.de Git - linux-beck.git/commitdiff
soc/tegra: pmc: Add missing structure members to kernel-doc
authorJon Hunter <jonathanh@nvidia.com>
Fri, 4 Dec 2015 14:57:03 +0000 (14:57 +0000)
committerThierry Reding <treding@nvidia.com>
Tue, 5 Apr 2016 13:22:37 +0000 (15:22 +0200)
Some members of the tegra_pmc structure are missing from the kernel-doc
comment for this structure. Add the missing members.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/pmc.c

index bc34cf7482fb559c6fcfdece56a5b4d88c24266b..99ca91f0992991e57fb2a48c6c2dea9679edcd3c 100644 (file)
@@ -113,8 +113,10 @@ struct tegra_pmc_soc {
 
 /**
  * struct tegra_pmc - NVIDIA Tegra PMC
+ * @dev: pointer to PMC device structure
  * @base: pointer to I/O remapped register region
  * @clk: pointer to pclk clock
+ * @soc: pointer to SoC data structure
  * @rate: currently configured rate of pclk
  * @suspend_mode: lowest suspend mode available
  * @cpu_good_time: CPU power good time (in microseconds)