]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
reset: core: Fix indentation
authorPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 10 Mar 2026 09:00:05 +0000 (10:00 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Tue, 10 Mar 2026 09:05:49 +0000 (10:05 +0100)
Correct an accidental whitespace change.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202603100730.J3pi4xqi-lkp@intel.com/
Fixes: 9035073d0ef1 ("reset: convert reset core to using firmware nodes")
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
drivers/reset/core.c

index e625cf59cfb098f971aa084a4ed54b49dd63781e..726b7346b148b556ad80983569dcb6d09c4a79ae 100644 (file)
@@ -1215,7 +1215,7 @@ __fwnode_reset_control_get(struct fwnode_handle *fwnode, const char *id, int ind
        }
        if (rstc_id < 0) {
                rstc = ERR_PTR(rstc_id);
-                       goto out_put;
+               goto out_put;
        }
 
        flags &= ~RESET_CONTROL_FLAGS_BIT_OPTIONAL;