Skip to content

Commit

Permalink
regulator: Remove extraneous kerneldoc annotations
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown authored and Liam Girdwood committed Jan 8, 2009
1 parent 9f4dab4 commit 8dc5390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/regulator/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -56,7 +56,7 @@ struct regulator_dev {
void *reg_data; /* regulator_dev data */
};

/**
/*
* struct regulator_map
*
* Used to provide symbolic supply names to devices.
Expand Down

0 comments on commit 8dc5390

Please sign in to comment.