power: supply: charger-manager: Fix a comment
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sun, 6 Aug 2017 22:37:56 +0000 (00:37 +0200)
committerSebastian Reichel <sebastian.reichel@collabora.co.uk>
Fri, 11 Aug 2017 16:53:59 +0000 (18:53 +0200)
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>
drivers/power/supply/charger-manager.c

index 52a49857e20fcd33a65bbc9d01eaf4186c27090a..83c08c8e2c32691b70a0db7f0de55e90948f648c 100644 (file)
@@ -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");