diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2020-06-30 12:28:28 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-07-19 07:43:33 +0200 |
commit | e8bf419e0ab2d7401dccf737cd944191164a6028 (patch) | |
tree | 09ceb65cb835d8471ef16185df0bc1f428bfaf80 /include | |
parent | 6c42227c3467549ddc65efe99c869021d2f4a570 (diff) | |
download | linux-stable-e8bf419e0ab2d7401dccf737cd944191164a6028.tar.gz linux-stable-e8bf419e0ab2d7401dccf737cd944191164a6028.tar.bz2 linux-stable-e8bf419e0ab2d7401dccf737cd944191164a6028.zip |
include/media/v4l2-subdev.h: fix typo
Typo in comment block:
v4l2_subdev_get_try_crop -> v4l2_subdev_get_try_compose
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/media/v4l2-subdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index f7fe78a6f65a..2607ea85096a 100644 --- a/include/media/v4l2-subdev.h +++ b/include/media/v4l2-subdev.h @@ -959,7 +959,7 @@ static inline struct v4l2_rect } /** - * v4l2_subdev_get_try_crop - ancillary routine to call + * v4l2_subdev_get_try_compose - ancillary routine to call * &struct v4l2_subdev_pad_config->try_compose * * @sd: pointer to &struct v4l2_subdev |