]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
mfd: sec-common: Fix multiple trivial whitespace issues
authorAndré Draszik <andre.draszik@linaro.org>
Wed, 9 Apr 2025 20:37:32 +0000 (21:37 +0100)
committerLee Jones <lee@kernel.org>
Fri, 23 May 2025 07:48:36 +0000 (08:48 +0100)
Rectify a couple of alignment problems reported by Checkpatch.

Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://lore.kernel.org/r/20250409-s2mpg10-v4-11-d66d5f39b6bf@linaro.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/sec-common.c

index 782dec1956a5fd7bf0dbb2159f9d222ad3fea942..1a6f14dda825adeaeee1a677459c7399c144d553 100644 (file)
@@ -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;
        }