diff options
-rw-r--r-- | drivers/regulator/core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/core.c b/drivers/regulator/core.c index 895f73887cf0..7ba9491a05cb 100644 --- a/drivers/regulator/core.c +++ b/drivers/regulator/core.c | |||
@@ -29,7 +29,7 @@ static DEFINE_MUTEX(regulator_list_mutex); | |||
29 | static LIST_HEAD(regulator_list); | 29 | static LIST_HEAD(regulator_list); |
30 | static LIST_HEAD(regulator_map_list); | 30 | static LIST_HEAD(regulator_map_list); |
31 | 31 | ||
32 | /** | 32 | /* |
33 | * struct regulator_dev | 33 | * struct regulator_dev |
34 | * | 34 | * |
35 | * Voltage / Current regulator class device. One for each regulator. | 35 | * Voltage / Current regulator class device. One for each regulator. |
@@ -56,7 +56,7 @@ struct regulator_dev { | |||
56 | void *reg_data; /* regulator_dev data */ | 56 | void *reg_data; /* regulator_dev data */ |
57 | }; | 57 | }; |
58 | 58 | ||
59 | /** | 59 | /* |
60 | * struct regulator_map | 60 | * struct regulator_map |
61 | * | 61 | * |
62 | * Used to provide symbolic supply names to devices. | 62 | * Used to provide symbolic supply names to devices. |