Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8dc5390d authored by Mark Brown's avatar Mark Brown Committed by Liam Girdwood
Browse files

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: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
parent 9f4dab49
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -29,7 +29,7 @@ static DEFINE_MUTEX(regulator_list_mutex);
static LIST_HEAD(regulator_list);
static LIST_HEAD(regulator_list);
static LIST_HEAD(regulator_map_list);
static LIST_HEAD(regulator_map_list);


/**
/*
 * struct regulator_dev
 * struct regulator_dev
 *
 *
 * Voltage / Current regulator class device. One for each regulator.
 * Voltage / Current regulator class device. One for each regulator.
@@ -56,7 +56,7 @@ struct regulator_dev {
	void *reg_data;		/* regulator_dev data */
	void *reg_data;		/* regulator_dev data */
};
};


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