projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6593eac
)
hwmon: (pmbus/mp2975) Fix whitespace error
author
Patrick Rudolph
<patrick.rudolph@9elements.com>
Fri, 14 Jul 2023 13:51:09 +0000
(15:51 +0200)
committer
Guenter Roeck
<linux@roeck-us.net>
Mon, 21 Aug 2023 13:04:29 +0000
(06:04 -0700)
Fix whitespace error reported by checkpatch.pl
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Signed-off-by: Naresh Solanki <Naresh.Solanki@9elements.com>
Link:
https://lore.kernel.org/r/20230714135124.2645339-1-Naresh.Solanki@9elements.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/pmbus/mp2975.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/pmbus/mp2975.c
b/drivers/hwmon/pmbus/mp2975.c
index 2109b0458a8b5b4ac579afe6cae792aad43783f8..130cfde52e422a6f60cdd29491735bac3f16501b 100644
(file)
--- a/
drivers/hwmon/pmbus/mp2975.c
+++ b/
drivers/hwmon/pmbus/mp2975.c
@@
-600,7
+600,7
@@
mp2975_vout_ov_scale_get(struct i2c_client *client, struct mp2975_data *data,
if (ret < 0)
return ret;
thres_dev = ret & MP2975_PRT_THRES_DIV_OV_EN ? MP2975_PROT_DEV_OV_ON :
- MP2975_PROT_DEV_OV_OFF;
+ MP2975_PROT_DEV_OV_OFF;
/* Select the gain of remote sense amplifier. */
ret = i2c_smbus_read_word_data(client, PMBUS_VOUT_SCALE_LOOP);