projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8171c93
)
regulator: fix a kernel-doc warning
author
Mauro Carvalho Chehab
<mchehab@kernel.org>
Tue, 28 Jun 2022 09:46:22 +0000
(10:46 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 28 Jun 2022 12:07:42 +0000
(13:07 +0100)
document n_ramp_values field at struct regulator_desc, in order
to solve this warning:
include/linux/regulator/driver.h:434: warning: Function parameter or member 'n_ramp_values' not described in 'regulator_desc'
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link:
https://lore.kernel.org/r/15efc16e878aa327aa2769023bcdf959a795f41d.1656409369.git.mchehab@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/regulator/driver.h
patch
|
blob
|
history
diff --git
a/include/linux/regulator/driver.h
b/include/linux/regulator/driver.h
index 0228caaa67413c81cedeb8f74bc3e3fb15110e75..f9a7461e72b80ef345ef3165262ac82bce201ed7 100644
(file)
--- a/
include/linux/regulator/driver.h
+++ b/
include/linux/regulator/driver.h
@@
-348,6
+348,7
@@
enum regulator_type {
* @ramp_delay_table: Table for mapping the regulator ramp-rate values. Values
* should be given in units of V/S (uV/uS). See the
* regulator_set_ramp_delay_regmap().
+ * @n_ramp_values: number of elements at @ramp_delay_table.
*
* @enable_time: Time taken for initial enable of regulator (in uS).
* @off_on_delay: guard time (in uS), before re-enabling a regulator