[PATCH v2 11/32] mfd: sec: fix open parenthesis alignment (multiple)
André Draszik
andre.draszik at linaro.org
Fri Mar 28 06:28:57 PDT 2025
checkpatch complains about unexpected alignment issues in this file -
update the code accordingly.
Signed-off-by: André Draszik <andre.draszik at linaro.org>
---
v2:
* make new alignment more readable (Krzysztof)
---
drivers/mfd/sec-common.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/mfd/sec-common.c b/drivers/mfd/sec-common.c
index 782dec1956a5fd7bf0dbb2159f9d222ad3fea942..1a6f14dda825adeaeee1a677459c7399c144d553 100644
--- a/drivers/mfd/sec-common.c
+++ b/drivers/mfd/sec-common.c
@@ -149,9 +149,9 @@ sec_pmic_parse_dt_pdata(struct device *dev)
return ERR_PTR(-ENOMEM);
pd->manual_poweroff = of_property_read_bool(dev->of_node,
- "samsung,s2mps11-acokb-ground");
+ "samsung,s2mps11-acokb-ground");
pd->disable_wrstbi = of_property_read_bool(dev->of_node,
- "samsung,s2mps11-wrstbi-ground");
+ "samsung,s2mps11-wrstbi-ground");
return pd;
}
@@ -264,8 +264,8 @@ void sec_pmic_shutdown(struct device *dev)
* ignore the rest.
*/
dev_warn(sec_pmic->dev,
- "Unsupported device %lu for manual power off\n",
- sec_pmic->device_type);
+ "Unsupported device %lu for manual power off\n",
+ sec_pmic->device_type);
return;
}
--
2.49.0.472.ge94155a9ec-goog
More information about the linux-arm-kernel
mailing list