commit | bff747c58cf97bf4fc8b499ee0f419b59d6b226d | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@xenotime.net> | Thu Sep 08 10:16:47 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Sep 08 14:43:03 2011 -0700 |
tree | eee855fff9b5f944f6054b25475153c2ad56cb54 | |
parent | d2f152878d457a84f3708acee5f682322386a79b [diff] |
regulator: fix kernel-doc warning in consumer.h 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: Linus Torvalds <torvalds@linux-foundation.org>