projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43feabd
)
media: v4l2-subdev: fix a typo
author
Mauro Carvalho Chehab
<
[email protected]
>
Fri, 6 Oct 2017 13:54:05 +0000
(09:54 -0400)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Mon, 18 Dec 2017 17:38:24 +0000
(12:38 -0500)
ownner -> owner
Acked-by: Sakari Ailus <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
include/media/v4l2-subdev.h
patch
|
blob
|
history
diff --git
a/include/media/v4l2-subdev.h
b/include/media/v4l2-subdev.h
index a6a9e54388e213ca14ae73848591a6154d711b6e..8040db3d62bfd0327a6bcecf80aaa49c7e7f95cf 100644
(file)
--- a/
include/media/v4l2-subdev.h
+++ b/
include/media/v4l2-subdev.h
@@
-788,7
+788,7
@@
struct v4l2_subdev_platform_data {
* @list: List of sub-devices
* @owner: The owner is the same as the driver's &struct device owner.
* @owner_v4l2_dev: true if the &sd->owner matches the owner of @v4l2_dev->dev
- * own
n
er. Initialized by v4l2_device_register_subdev().
+ * owner. Initialized by v4l2_device_register_subdev().
* @flags: subdev flags. Can be:
* %V4L2_SUBDEV_FL_IS_I2C - Set this flag if this subdev is a i2c device;
* %V4L2_SUBDEV_FL_IS_SPI - Set this flag if this subdev is a spi device;