No functional change.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
 drivers/power/supply/bq27xxx_battery.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/power/supply/bq27xxx_battery.c 
b/drivers/power/supply/bq27xxx_battery.c
index 65806f668b1f..2deac3fbb036 100644
--- a/drivers/power/supply/bq27xxx_battery.c
+++ b/drivers/power/supply/bq27xxx_battery.c
@@ -76,7 +76,7 @@
 
 /* BQ27Z561 has different layout for Flags register */
 #define BQ27Z561_FLAG_FDC      BIT(4) /* Battery fully discharged */
-#define BQ27Z561_FLAG_FC               BIT(5) /* Battery fully charged */
+#define BQ27Z561_FLAG_FC       BIT(5) /* Battery fully charged */
 #define BQ27Z561_FLAG_DIS_CH   BIT(6) /* Battery is discharging */
 
 /* control register params */
-- 
2.17.1

Reply via email to