projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fbde35
)
drivers: power: supply: goldfish_battery: Fix alignment
author
Roman Kiryanov
<
[email protected]
>
Wed, 19 Dec 2018 00:31:37 +0000
(16:31 -0800)
committer
Sebastian Reichel
<
[email protected]
>
Sun, 20 Jan 2019 21:29:36 +0000
(22:29 +0100)
Align two values as other values below.
Signed-off-by: Roman Kiryanov <
[email protected]
>
Signed-off-by: Sebastian Reichel <
[email protected]
>
drivers/power/supply/goldfish_battery.c
patch
|
blob
|
history
diff --git
a/drivers/power/supply/goldfish_battery.c
b/drivers/power/supply/goldfish_battery.c
index f65ceb50d5880fddd822894b1b20a679b1b6968c..9937e164b467b216cdc6ceefd4a19733c92adfd4 100644
(file)
--- 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,