From: Philipp Zabel
Date: Tue, 10 Mar 2026 09:00:05 +0000 (+0100)
Subject: reset: core: Fix indentation
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2737dcb3c467824cd55921fba3fbd1375fc01695;p=thirdparty%2Fkernel%2Flinux.git
reset: core: Fix indentation
Correct an accidental whitespace change.
Reported-by: kernel test robot
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
---
diff --git a/drivers/reset/core.c b/drivers/reset/core.c
index e625cf59cfb09..726b7346b148b 100644
--- a/drivers/reset/core.c
+++ b/drivers/reset/core.c
@@ -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;