From 617ee863ed34c1c75c9d8d317b8b7f049420774b Mon Sep 17 00:00:00 2001 From: Roman Kiryanov Date: Tue, 18 Dec 2018 16:31:37 -0800 Subject: drivers: power: supply: goldfish_battery: Fix alignment Align two values as other values below. Signed-off-by: Roman Kiryanov Signed-off-by: Sebastian Reichel --- drivers/power/supply/goldfish_battery.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/power') diff --git a/drivers/power/supply/goldfish_battery.c b/drivers/power/supply/goldfish_battery.c index f65ceb50d588..9937e164b467 100644 --- a/drivers/power/supply/goldfish_battery.c +++ b/drivers/power/supply/goldfish_battery.c @@ -34,9 +34,9 @@ struct goldfish_battery_data { enum { /* status register */ - BATTERY_INT_STATUS = 0x00, + BATTERY_INT_STATUS = 0x00, /* set this to enable IRQ */ - BATTERY_INT_ENABLE = 0x04, + BATTERY_INT_ENABLE = 0x04, BATTERY_AC_ONLINE = 0x08, BATTERY_STATUS = 0x0C, -- cgit v1.2.3