Costmetic changes during review of MAX3421E logic.

This commit is contained in:
Gregory Nutt
2018-08-02 13:58:04 -06:00
parent ee21bcfaa8
commit f649db2405
6 changed files with 13 additions and 10 deletions
+3 -2
View File
@@ -459,7 +459,8 @@ struct max3421e_lowerhalf_s
* attach - Attach the interrupt handler to the GPIO interrupt
* enable - Enable or disable the GPIO interrupt
* acknowledge - Acknowledge/clear any pending GPIO interrupt
* power - Enable or disable 5V VBUS power
* power - Enable or disable 5V VBUS power. REVISIT: Often a
* GPIO from the MAX3421E is used to control VBUS power.
*/
CODE int (*attach)(FAR const struct max3421e_lowerhalf_s *lower,
@@ -468,7 +469,7 @@ struct max3421e_lowerhalf_s
bool enable);
CODE void (*acknowledge)(FAR const struct max3421e_lowerhalf_s *lower);
CODE void (*power)(FAR const struct max3421e_lowerhalf_s *lower,
bool enable);
bool enable);
/* Additional, driver-specific state data may follow */
};