From: Mark Brown Date: Wed, 31 Dec 2008 12:52:40 +0000 (+0000) Subject: regulator: Remove extraneous kerneldoc annotations X-Git-Tag: v2.6.29-rc1~44^2~6 X-Git-Url: http://ftp.safe.ca/?a=commitdiff_plain;h=8dc5390d4f3fd8acc73773a56fea13544e7924dc;hp=9f4dab49e5351aead75d20f2d39acd0d6cf5f1c6;p=safe%2Fjmp%2Flinux-2.6 regulator: Remove extraneous kerneldoc annotations Some of the internal structures have no kerneldoc but the ** at the start of the comment marking them for documentation. Remove the annotation until some is added. Signed-off-by: Mark Brown Signed-off-by: Liam Girdwood --- diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 895f738..7ba9491 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c @@ -29,7 +29,7 @@ static DEFINE_MUTEX(regulator_list_mutex); static LIST_HEAD(regulator_list); static LIST_HEAD(regulator_map_list); -/** +/* * struct regulator_dev * * Voltage / Current regulator class device. One for each regulator. @@ -56,7 +56,7 @@ struct regulator_dev { void *reg_data; /* regulator_dev data */ }; -/** +/* * struct regulator_map * * Used to provide symbolic supply names to devices.