diff options
author | Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm> | 2021-08-16 18:50:14 +0200 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2021-08-17 15:33:52 +0200 |
commit | ed0d0a0506025f06061325cedae1bbebd081620a (patch) | |
tree | cbb8013df067720a1f127f5bb75421787c0560f5 /include/linux/power | |
parent | 1e4f30eaf4b81252bbd462cf7e95a08959f5bebd (diff) | |
download | linux-ed0d0a0506025f06061325cedae1bbebd081620a.tar.gz linux-ed0d0a0506025f06061325cedae1bbebd081620a.tar.bz2 linux-ed0d0a0506025f06061325cedae1bbebd081620a.zip |
power: supply: max17042_battery: fix typo in MAx17042_TOFF
Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'include/linux/power')
-rw-r--r-- | include/linux/power/max17042_battery.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/power/max17042_battery.h b/include/linux/power/max17042_battery.h index 7e5da60cbea3..86f16fc3b694 100644 --- a/include/linux/power/max17042_battery.h +++ b/include/linux/power/max17042_battery.h @@ -69,7 +69,7 @@ enum max17042_register { MAX17042_RelaxCFG = 0x2A, MAX17042_MiscCFG = 0x2B, MAX17042_TGAIN = 0x2C, - MAx17042_TOFF = 0x2D, + MAX17042_TOFF = 0x2D, MAX17042_CGAIN = 0x2E, MAX17042_COFF = 0x2F, |