projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
322eb86
)
regulator: mcp16502: remove void documentation of struct mcp16502
author
Claudiu Beznea
<claudiu.beznea@microchip.com>
Fri, 13 Nov 2020 15:21:10 +0000
(17:21 +0200)
committer
Mark Brown
<broonie@kernel.org>
Fri, 13 Nov 2020 16:13:11 +0000
(16:13 +0000)
struct mcp16502 has no members called rdev or rmap. Remove the
documentation.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link:
https://lore.kernel.org/r/1605280870-32432-7-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/mcp16502.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/mcp16502.c
b/drivers/regulator/mcp16502.c
index f81afeeddb19196816c31bd55a909d05a0f5c2bf..74ad92dc664a90753ca0f31f626ad86ff44a8f8a 100644
(file)
--- a/
drivers/regulator/mcp16502.c
+++ b/
drivers/regulator/mcp16502.c
@@
-135,8
+135,6
@@
enum {
/*
* struct mcp16502 - PMIC representation
- * @rdev: the regulators belonging to this chip
- * @rmap: regmap to be used for I2C communication
* @lpm: LPM GPIO descriptor
*/
struct mcp16502 {