[PATCH 3/4] i2c: riic: Drop the space in front of the "out" goto label
From: Claudiu Beznea
Date: Wed May 20 2026 - 09:14:21 EST
From: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx>
Drop the space in front of the "out" goto label from riic_xfer() to follow
the pattern used in tree.
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@xxxxxxxxxxxxxx>
---
drivers/i2c/busses/i2c-riic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i2c/busses/i2c-riic.c b/drivers/i2c/busses/i2c-riic.c
index 57b64d82b681..c15f79868031 100644
--- a/drivers/i2c/busses/i2c-riic.c
+++ b/drivers/i2c/busses/i2c-riic.c
@@ -222,7 +222,7 @@ static int riic_xfer(struct i2c_adapter *adap, struct i2c_msg msgs[], int num)
start_bit = ICCR2_RS;
}
- out:
+out:
pm_runtime_put_autosuspend(dev);
return riic->err ?: num;
--
2.43.0