From: Christophe JAILLET Date: Sun, 6 Aug 2017 22:37:56 +0000 (+0200) Subject: power: supply: charger-manager: Fix a comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0299484e4ddc330f3a64f7310683e673a25e6482;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git 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 Signed-off-by: Sebastian Reichel --- 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");