mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH][next] media: i2c: os02g10: Fix spelling mistake "foramt" -> "format"
@ 2026-09-19 10:50 Colin Ian King
  0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2026-09-19 10:50 UTC (permalink / raw)
  To: Tarang Raval, Elgin Perumbilly, Mauro Carvalho Chehab, linux-media
  Cc: kernel-janitors, linux-kernel

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

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-19 10:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-19 10:50 [PATCH][next] media: i2c: os02g10: Fix spelling mistake "foramt" -> "format" Colin Ian King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®