diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2017-08-07 00:37:56 +0200 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.co.uk> | 2017-08-11 18:53:59 +0200 |
commit | 0299484e4ddc330f3a64f7310683e673a25e6482 (patch) | |
tree | 73f01f2d9457cda876c78cf2b9d1998a2d916497 /drivers/power | |
parent | 096fc160b706237b6643a15a8e13690de238af0f (diff) | |
download | linux-0299484e4ddc330f3a64f7310683e673a25e6482.tar.gz linux-0299484e4ddc330f3a64f7310683e673a25e6482.tar.bz2 linux-0299484e4ddc330f3a64f7310683e673a25e6482.zip |
power: supply: charger-manager: Fix a comment
Update a comment which is no more up to date since commit
2ed9e9b653095.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/supply/charger-manager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/power/supply/charger-manager.c b/drivers/power/supply/charger-manager.c index 52a49857e20f..83c08c8e2c32 100644 --- a/drivers/power/supply/charger-manager.c +++ b/drivers/power/supply/charger-manager.c @@ -1651,8 +1651,8 @@ static int charger_manager_probe(struct platform_device *pdev) } /* - * The following two do not need to be errors. - * Users may intentionally ignore those two features. + * Some of the following do not need to be errors. + * Users may intentionally ignore those features. */ if (desc->fullbatt_uV == 0) { dev_info(&pdev->dev, "Ignoring full-battery voltage threshold as it is not supplied\n"); |