public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/8] hwmon: (pmbus/mp2975) Fix whitespace error
@ 2023-07-14 13:51 Naresh Solanki
  2023-07-14 13:51 ` [PATCH v2 2/8] dt-bindings: trivial-devices: Add MPS MP2971 and MP2973 Naresh Solanki
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Naresh Solanki @ 2023-07-14 13:51 UTC (permalink / raw)
  To: devicetree, Guenter Roeck, Jean Delvare
  Cc: linux-kernel, linux-hwmon, Patrick Rudolph, Naresh Solanki

From: Patrick Rudolph <patrick.rudolph@9elements.com>

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>
---
 drivers/hwmon/pmbus/mp2975.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hwmon/pmbus/mp2975.c b/drivers/hwmon/pmbus/mp2975.c
index 2109b0458a8b..130cfde52e42 100644
--- 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);

base-commit: 4dbbaf8fbdbd13adc80731b2452257857e4c2d8b
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-07-19  3:10 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-14 13:51 [PATCH v2 1/8] hwmon: (pmbus/mp2975) Fix whitespace error Naresh Solanki
2023-07-14 13:51 ` [PATCH v2 2/8] dt-bindings: trivial-devices: Add MPS MP2971 and MP2973 Naresh Solanki
2023-07-19  3:01   ` Guenter Roeck
2023-07-14 13:51 ` [PATCH v2 3/8] hwmon: (pmbus/mp2975) Prepare for MP2973 and MP2971 Naresh Solanki
2023-07-19  3:03   ` Guenter Roeck
2023-07-14 13:51 ` [PATCH v2 4/8] hwmon: (pmbus/mp2975) Simplify VOUT code Naresh Solanki
2023-07-19  3:04   ` Guenter Roeck
2023-07-14 13:51 ` [PATCH v2 5/8] hwmon: (pmbus/mp2975) Make phase count variable Naresh Solanki
2023-07-19  3:06   ` Guenter Roeck
2023-07-14 13:51 ` [PATCH v2 6/8] hwmon: (pmbus/mp2975) Add support for MP2971 and MP2973 Naresh Solanki
2023-07-19  3:06   ` Guenter Roeck
2023-07-14 13:51 ` [PATCH v2 7/8] hwmon: (pmbus/mp2975) Add regulator support Naresh Solanki
2023-07-19  3:07   ` Guenter Roeck
2023-07-14 13:51 ` [PATCH v2 8/8] hwmon: (pmbus/mp2975) Add OCP limit Naresh Solanki
2023-07-19  3:10   ` Guenter Roeck
2023-07-19  3:01 ` [PATCH v2 1/8] hwmon: (pmbus/mp2975) Fix whitespace error Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox