[PATCH][next] media: i2c: os02g10: Fix spelling mistake "foramt" -> "format"

From: Colin Ian King

Date: Sat Sep 19 2026 - 06:52:18 EST


There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@xxxxxxxxx>
---
drivers/media/i2c/os02g10.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/media/i2c/os02g10.c b/drivers/media/i2c/os02g10.c
index 141b7cb11fc5..7d3cbf3d6650 100644
--- a/drivers/media/i2c/os02g10.c
+++ b/drivers/media/i2c/os02g10.c
@@ -488,7 +488,7 @@ static int os02g10_enable_streams(struct v4l2_subdev *sd,

ret = os02g10_set_framefmt(os02g10, state);
if (ret) {
- dev_err(os02g10->dev, "failed to set frame foramt\n");
+ dev_err(os02g10->dev, "failed to set frame format\n");
goto err_rpm_put;
}

--
2.55.0