Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

regulator: fix regulator/consumer.h kernel-doc warning

Fix kernel-doc warning about internal/private data by marking it
as "private:" so that kernel-doc will ignore it.

Warning(include/linux/regulator/consumer.h:128): No description found for parameter 'ret'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>

authored by

Randy Dunlap and committed by
Liam Girdwood
84f8508a e69c4997

+1 -1
+1 -1
include/linux/regulator/consumer.h
··· 123 123 const char *supply; 124 124 struct regulator *consumer; 125 125 126 - /* Internal use */ 126 + /* private: Internal use */ 127 127 int ret; 128 128 }; 129 129