提交 0722ef82 编写于 作者: M Mauro Carvalho Chehab

media: v4l2-subdev: fix a typo

ownner -> owner
Acked-by: NSakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@s-opensource.com>
上级 43feabdb
...@@ -788,7 +788,7 @@ struct v4l2_subdev_platform_data { ...@@ -788,7 +788,7 @@ struct v4l2_subdev_platform_data {
* @list: List of sub-devices * @list: List of sub-devices
* @owner: The owner is the same as the driver's &struct device owner. * @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 * @owner_v4l2_dev: true if the &sd->owner matches the owner of @v4l2_dev->dev
* ownner. Initialized by v4l2_device_register_subdev(). * owner. Initialized by v4l2_device_register_subdev().
* @flags: subdev flags. Can be: * @flags: subdev flags. Can be:
* %V4L2_SUBDEV_FL_IS_I2C - Set this flag if this subdev is a i2c device; * %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; * %V4L2_SUBDEV_FL_IS_SPI - Set this flag if this subdev is a spi device;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册