projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eb0ad4
)
media: v4l2-subdev: Fix spelling mistake "heigth" -> "height"
author
Colin Ian King
<colin.i.king@gmail.com>
Thu, 21 Dec 2023 16:39:57 +0000
(16:39 +0000)
committer
Hans Verkuil
<hverkuil-cisco@xs4all.nl>
Mon, 22 Jan 2024 16:23:59 +0000
(17:23 +0100)
There is a spelling mistake in a dev_err error message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/i2c/alvium-csi2.c
patch
|
blob
|
history
diff --git
a/drivers/media/i2c/alvium-csi2.c
b/drivers/media/i2c/alvium-csi2.c
index 34ff7fad38774d428fd8612d64da95486465703d..389dac50fee9d12cfce9f2263eb989213c06a289 100644
(file)
--- 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 heig
th
regs\n");
+ dev_err(dev, "Fail to read img heig
ht
regs\n");
return ret;
}