From: Randy Dunlap Date: Tue, 17 Jan 2023 07:01:39 +0000 (-0800) Subject: regulator: mcp16502: add enum MCP16502_REG_HPM description X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=84c13763f2a22acc31472dccde8b6130b8f2e9c2;p=linux.git 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 Reviewed-by: Claudiu Beznea Link: https://lore.kernel.org/r/20230117070139.28905-1-rdunlap@infradead.org Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/mcp16502.c b/drivers/regulator/mcp16502.c index 0426683856783..abee1b09008d6 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 */