[PATCH] reset: core: Fix indentation

From: Philipp Zabel

Date: Tue Mar 10 2026 - 05:16:07 EST


Correct an accidental whitespace change.

Reported-by: kernel test robot <lkp@xxxxxxxxx>
Closes: https://lore.kernel.org/oe-kbuild-all/202603100730.J3pi4xqi-lkp@xxxxxxxxx/
Fixes: 9035073d0ef1 ("reset: convert reset core to using firmware nodes")
Signed-off-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
---
drivers/reset/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/reset/core.c b/drivers/reset/core.c
index e625cf59cfb0..726b7346b148 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;
--
2.47.3