Skip to content

Commit

Permalink
regulator: fix regulator/consumer.h kernel-doc warning
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Liam Girdwood committed Aug 8, 2011
1 parent e69c499 commit 84f8508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/regulator/consumer.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ struct regulator_bulk_data {
const char *supply;
struct regulator *consumer;

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

Expand Down

0 comments on commit 84f8508

Please sign in to comment.