Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84f8508a authored by Randy Dunlap's avatar Randy Dunlap Committed by Liam Girdwood
Browse files

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: default avatarRandy Dunlap <rdunlap@xenotime.net>
Acked-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent e69c4997
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -123,7 +123,7 @@ struct regulator_bulk_data {
	const char *supply;
	const char *supply;
	struct regulator *consumer;
	struct regulator *consumer;


	/* Internal use */
	/* private: Internal use */
	int ret;
	int ret;
};
};