1
0
Fork 0

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 <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
hifive-unleashed-5.1
Mark Brown 2008-12-31 12:52:40 +00:00 committed by Liam Girdwood
parent 9f4dab49e5
commit 8dc5390d4f
1 changed files with 2 additions and 2 deletions

View File

@ -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.