diff options
author | Tom Rix <trix@redhat.com> | 2022-03-05 17:24:38 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-03-07 14:15:01 +0100 |
commit | bbc7ba0fa06ab4aee26969a9454ca32e4a8fcb1c (patch) | |
tree | 883d7161b15ab8aa4fe45e1c6430751521167bd2 /drivers/regulator/max8973-regulator.c | |
parent | regulator: virtual: add devicetree support (diff) | |
download | linux-bbc7ba0fa06ab4aee26969a9454ca32e4a8fcb1c.tar.xz linux-bbc7ba0fa06ab4aee26969a9454ca32e4a8fcb1c.zip |
regulator: cleanup comments
For spdx
Remove leading space, add space after //
Replacements
overriden to overridden
Calulate to Calculate
addional to additional
regulatior to regulator
devive to device
Signed-off-by: Tom Rix <trix@redhat.com>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220305162438.689442-1-trix@redhat.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/max8973-regulator.c')
-rw-r--r-- | drivers/regulator/max8973-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max8973-regulator.c b/drivers/regulator/max8973-regulator.c index 80b65cb87cef..cb7e50003f70 100644 --- a/drivers/regulator/max8973-regulator.c +++ b/drivers/regulator/max8973-regulator.c @@ -459,7 +459,7 @@ static int max8973_thermal_read_temp(void *data, int *temp) return ret; } - /* +1 degC to trigger cool devive */ + /* +1 degC to trigger cool device */ if (val & MAX77621_CHIPID_TJINT_S) *temp = mchip->junction_temp_warning + 1000; else |