aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/mcp16502.c
diff options
context:
space:
mode:
authorGravatar Randy Dunlap <rdunlap@infradead.org> 2023-01-16 23:01:39 -0800
committerGravatar Mark Brown <broonie@kernel.org> 2023-01-18 11:59:47 +0000
commit84c13763f2a22acc31472dccde8b6130b8f2e9c2 (patch)
tree0520a6570e3b787bc6b708164c65b69432fac96f /drivers/regulator/mcp16502.c
parentregulator: fixed-helper: use the correct function name in comment (diff)
downloadlinux-84c13763f2a22acc31472dccde8b6130b8f2e9c2.tar.gz
linux-84c13763f2a22acc31472dccde8b6130b8f2e9c2.tar.bz2
linux-84c13763f2a22acc31472dccde8b6130b8f2e9c2.zip
regulator: mcp16502: add enum MCP16502_REG_HPM description
Add description for MCP16502_REG_HPM to prevent a kernel-doc warning: drivers/regulator/mcp16502.c:90: warning: Enum value 'MCP16502_REG_HPM' not described in enum 'mcp16502_reg' Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20230117070139.28905-1-rdunlap@infradead.org Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/mcp16502.c')
-rw-r--r--drivers/regulator/mcp16502.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/mcp16502.c b/drivers/regulator/mcp16502.c
index 042668385678..abee1b09008d 100644
--- a/drivers/regulator/mcp16502.c
+++ b/drivers/regulator/mcp16502.c
@@ -77,6 +77,7 @@
* @MCP16502_REG_A: active state register
* @MCP16502_REG_LPM: low power mode state register
* @MCP16502_REG_HIB: hibernate state register
+ * @MCP16502_REG_HPM: high-performance mode register
* @MCP16502_REG_SEQ: startup sequence register
* @MCP16502_REG_CFG: configuration register
*/