diff options
author | Michael Jones <michael.jones@matrix-vision.de> | 2012-07-26 09:48:25 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-11 15:55:53 -0400 |
commit | 9d380adf021c4f73fc59b0d00e0b7f952965b380 (patch) | |
tree | 8aacda7682ec2d1ae12f0ab63dc083bd7b43ee85 /include/media | |
parent | fdeae29005aae41837e70c395c8290a8297ca677 (diff) |
[media] v4l2: typos
[mchehab@redhat.com: fix a merge conflict at Documentation/video4linux/v4l2-framework.txt]
Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>
Acked-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/v4l2-common.h | 4 | ||||
-rw-r--r-- | include/media/v4l2-subdev.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h index a298ec49ddc4..4404829d48e5 100644 --- a/include/media/v4l2-common.h +++ b/include/media/v4l2-common.h | |||
@@ -133,7 +133,7 @@ struct v4l2_subdev *v4l2_i2c_new_subdev_board(struct v4l2_device *v4l2_dev, | |||
133 | struct i2c_adapter *adapter, struct i2c_board_info *info, | 133 | struct i2c_adapter *adapter, struct i2c_board_info *info, |
134 | const unsigned short *probe_addrs); | 134 | const unsigned short *probe_addrs); |
135 | 135 | ||
136 | /* Initialize an v4l2_subdev with data from an i2c_client struct */ | 136 | /* Initialize a v4l2_subdev with data from an i2c_client struct */ |
137 | void v4l2_i2c_subdev_init(struct v4l2_subdev *sd, struct i2c_client *client, | 137 | void v4l2_i2c_subdev_init(struct v4l2_subdev *sd, struct i2c_client *client, |
138 | const struct v4l2_subdev_ops *ops); | 138 | const struct v4l2_subdev_ops *ops); |
139 | /* Return i2c client address of v4l2_subdev. */ | 139 | /* Return i2c client address of v4l2_subdev. */ |
@@ -166,7 +166,7 @@ struct spi_device; | |||
166 | struct v4l2_subdev *v4l2_spi_new_subdev(struct v4l2_device *v4l2_dev, | 166 | struct v4l2_subdev *v4l2_spi_new_subdev(struct v4l2_device *v4l2_dev, |
167 | struct spi_master *master, struct spi_board_info *info); | 167 | struct spi_master *master, struct spi_board_info *info); |
168 | 168 | ||
169 | /* Initialize an v4l2_subdev with data from an spi_device struct */ | 169 | /* Initialize a v4l2_subdev with data from an spi_device struct */ |
170 | void v4l2_spi_subdev_init(struct v4l2_subdev *sd, struct spi_device *spi, | 170 | void v4l2_spi_subdev_init(struct v4l2_subdev *sd, struct spi_device *spi, |
171 | const struct v4l2_subdev_ops *ops); | 171 | const struct v4l2_subdev_ops *ops); |
172 | #endif | 172 | #endif |
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index c35a3545e273..4cc1652284b6 100644 --- a/include/media/v4l2-subdev.h +++ b/include/media/v4l2-subdev.h | |||
@@ -120,7 +120,7 @@ struct v4l2_subdev_io_pin_config { | |||
120 | each pin being configured. This function could be called at times | 120 | each pin being configured. This function could be called at times |
121 | other than just subdevice initialization. | 121 | other than just subdevice initialization. |
122 | 122 | ||
123 | init: initialize the sensor registors to some sort of reasonable default | 123 | init: initialize the sensor registers to some sort of reasonable default |
124 | values. Do not use for new drivers and should be removed in existing | 124 | values. Do not use for new drivers and should be removed in existing |
125 | drivers. | 125 | drivers. |
126 | 126 | ||