diff options
Diffstat (limited to 'drivers/power/tps6586x.c')
-rw-r--r-- | drivers/power/tps6586x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/power/tps6586x.c b/drivers/power/tps6586x.c index 49b28a5e6b..37f1c459a6 100644 --- a/drivers/power/tps6586x.c +++ b/drivers/power/tps6586x.c @@ -84,7 +84,7 @@ exit: * * @param sm0 Place to put SM0 voltage * @param sm1 Place to put SM1 voltage - * @return 0 if ok, -1 on error + * Return: 0 if ok, -1 on error */ static int read_voltages(int *sm0, int *sm1) { |