From: Randy Dunlap Date: Thu, 4 Aug 2011 01:09:02 +0000 (-0700) Subject: regulator: fix regulator/consumer.h kernel-doc warning X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=84f8508a7d0357f841c2fa66b7c39d98c5b5e13e;p=mv-sheeva.git 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 Acked-by: Mark Brown Signed-off-by: Liam Girdwood --- diff --git a/include/linux/regulator/consumer.h b/include/linux/regulator/consumer.h index 26f6ea4444e..b47771aa571 100644 --- a/include/linux/regulator/consumer.h +++ b/include/linux/regulator/consumer.h @@ -123,7 +123,7 @@ struct regulator_bulk_data { const char *supply; struct regulator *consumer; - /* Internal use */ + /* private: Internal use */ int ret; };