MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig
[platform/kernel/u-boot.git] / include / tps6586x.h
index aa4270c..b89074b 100644 (file)
@@ -20,7 +20,7 @@ enum {
  * Enable PWM mode for selected SM0-2
  *
  * @param mask Mask of synchronous converter to enable (TPS6586X_PWM_...)
- * @return 0 if ok, -1 on error
+ * Return: 0 if ok, -1 on error
  */
 int tps6586x_set_pwm_mode(int mask);
 
@@ -36,7 +36,7 @@ int tps6586x_set_pwm_mode(int mask);
  *                     If this condition is not met, no adjustment will be
  *                     done and an error will be reported. Use -1 to skip
  *                     this check.
- * @return 0 if ok, -1 on error
+ * Return: 0 if ok, -1 on error
  */
 int tps6586x_adjust_sm0_sm1(int sm0_target, int sm1_target, int step, int rate,
                            int min_sm0_over_sm1);
@@ -46,7 +46,7 @@ int tps6586x_adjust_sm0_sm1(int sm0_target, int sm1_target, int step, int rate,
  * on the device. This function must be called before using other functions.
  *
  * @param bus  I2C bus containing the TPS6586X chip
- * @return 0 (always succeeds)
+ * Return: 0 (always succeeds)
  */
 int tps6586x_init(struct udevice *bus);