mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
cros_ec: Complete the comment for cros_ec_read_batt_charge()
Add the missing 'Return' information. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
9dc29742c5
commit
a50b561333
1 changed files with 1 additions and 0 deletions
|
@ -648,6 +648,7 @@ int cros_ec_vstore_write(struct udevice *dev, int slot, const uint8_t *data,
|
||||||
*
|
*
|
||||||
* @dev: CROS-EC device
|
* @dev: CROS-EC device
|
||||||
* @chargep: Return battery-charge state as a percentage
|
* @chargep: Return battery-charge state as a percentage
|
||||||
|
* Return: 0 if OK, -ve on error
|
||||||
*/
|
*/
|
||||||
int cros_ec_read_batt_charge(struct udevice *dev, uint *chargep);
|
int cros_ec_read_batt_charge(struct udevice *dev, uint *chargep);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue