[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230117183115.1910-1-rdunlap@infradead.org>
Date: Tue, 17 Jan 2023 10:31:15 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Andrei Stefanescu <andrei.stefanescu@...rochip.com>,
Claudiu Beznea <claudiu.beznea@...rochip.com>,
Mark Brown <broonie@...nel.org>,
linux-arm-kernel@...ts.infradead.org
Subject: [PATCH v2] 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@...radead.org>
Cc: Andrei Stefanescu <andrei.stefanescu@...rochip.com>
Cc: Claudiu Beznea <claudiu.beznea@...rochip.com>
Cc: Mark Brown <broonie@...nel.org>
Cc: linux-arm-kernel@...ts.infradead.org
Reviewed-by: Claudiu Beznea <claudiu.beznea@...rochip.com>
---
v2: remove Fixes: tag, add Rev-by.
drivers/regulator/mcp16502.c | 1 +
1 file changed, 1 insertion(+)
diff -- a/drivers/regulator/mcp16502.c b/drivers/regulator/mcp16502.c
--- 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
*/
Powered by blists - more mailing lists