mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
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>
This commit is contained in:
parent
6c42227c34
commit
e8bf419e0a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue