On 04/16/2014 11:25 AM, Doug Anderson wrote: > diff --git a/drivers/regulator/tps65090-regulator.c b/drivers/regulator/tps65090-regulator.c > index 2e92ef6..ca13a1a 100644 > --- a/drivers/regulator/tps65090-regulator.c > +++ b/drivers/regulator/tps65090-regulator.c > @@ -28,15 +28,57 @@ > +/** > + * tps65090_reg_set_overcurrent_wait - Setup overcurrent wait > + * > + * This will set the overcurrent wait time based on what's in the regulator > + * info. > + * > + * @ri: Overall regulator data > + * @rdev: Regulator device > + * @return 0 if no error, non-zero if there was an error writing the register. kernel-doc notation here should be: * Return: 0 if no error, non-zero if there was an error writing the register. > + */ > +static int tps65090_reg_set_overcurrent_wait(struct tps65090_regulator *ri, > + struct regulator_dev *rdev) > +{ -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html