diff options
Diffstat (limited to 'include/linux/power')
| -rw-r--r-- | include/linux/power/max8903_charger.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/include/linux/power/max8903_charger.h b/include/linux/power/max8903_charger.h index 24f51db8a83f..89d3f1cb3433 100644 --- a/include/linux/power/max8903_charger.h +++ b/include/linux/power/max8903_charger.h @@ -26,8 +26,8 @@  struct max8903_pdata {  	/*  	 * GPIOs -	 * cen, chg, flt, and usus are optional. -	 * dok, dcm, and uok are not optional depending on the status of +	 * cen, chg, flt, dcm and usus are optional. +	 * dok and uok are not optional depending on the status of  	 * dc_valid and usb_valid.  	 */  	int cen;	/* Charger Enable input */ @@ -41,7 +41,7 @@ struct max8903_pdata {  	/*  	 * DC(Adapter/TA) is wired  	 * When dc_valid is true, -	 *	dok and dcm should be valid. +	 *	dok should be valid.  	 *  	 * At least one of dc_valid or usb_valid should be true.  	 */ |