commit | f9ac97307b620a08b071a4db33ddb4a26c5b8eb0 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun Aug 01 15:30:56 2021 +0200 |
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | Thu Aug 05 18:54:52 2021 +0200 |
tree | 0ca7e6a8d4825f6a5ed35dd554a6c1e1d5e90b8c | |
parent | daaca3156dd9832f57709cb858f10ff6b22a8821 [diff] |
power: supply: axp288_fuel_gauge: Fix define alignment The values of various defines used in the driver are not aligned properly when tabsize is set to 8 (I guess they were created with a different tabsize). Properly align the defines to make the code easier to read. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>