diff mbox series

[next] media: v4l2-subdev: Fix spelling mistake "heigth" -> "height"

Message ID 20231221163957.165030-1-colin.i.king@gmail.com (mailing list archive)
State New
Headers show
Series [next] media: v4l2-subdev: Fix spelling mistake "heigth" -> "height" | expand

Commit Message

Colin Ian King Dec. 21, 2023, 4:39 p.m. UTC
There is a spelling mistake in a dev_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/media/i2c/alvium-csi2.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/media/i2c/alvium-csi2.c b/drivers/media/i2c/alvium-csi2.c
index 34ff7fad3877..389dac50fee9 100644
--- a/drivers/media/i2c/alvium-csi2.c
+++ b/drivers/media/i2c/alvium-csi2.c
@@ -1472,7 +1472,7 @@  static int alvium_get_hw_features_params(struct alvium_dev *alvium)
 
 	ret = alvium_get_img_height_params(alvium);
 	if (ret) {
-		dev_err(dev, "Fail to read img heigth regs\n");
+		dev_err(dev, "Fail to read img height regs\n");
 		return ret;
 	}