]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drivers: power: supply: goldfish_battery: Fix alignment
authorRoman Kiryanov <rkir@google.com>
Wed, 19 Dec 2018 00:31:37 +0000 (16:31 -0800)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Sun, 20 Jan 2019 21:29:36 +0000 (22:29 +0100)
Align two values as other values below.

Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/goldfish_battery.c

index f65ceb50d5880fddd822894b1b20a679b1b6968c..9937e164b467b216cdc6ceefd4a19733c92adfd4 100644 (file)
@@ -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,