From: Niklas Söderlund Date: Thu, 13 Sep 2018 00:07:38 +0000 (-0400) Subject: media: v4l2-common: fix typo in documentation for v4l_bound_align_image() X-Git-Tag: Ubuntu-5.10.0-12.13~6707^2~111 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ae5a8ca834f9dd0797a2ceb210e71d194431990c;p=mirror_ubuntu-hirsute-kernel.git media: v4l2-common: fix typo in documentation for v4l_bound_align_image() Signed-off-by: Niklas Söderlund Acked-by: Sakari Ailus Reviewed-by: Simon Horman Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h index bd880a909ecf..82715645617b 100644 --- a/include/media/v4l2-common.h +++ b/include/media/v4l2-common.h @@ -295,7 +295,7 @@ struct v4l2_priv_tun_config { * @height: pointer to height that will be adjusted if needed. * @hmin: minimum height. * @hmax: maximum height. - * @halign: least significant bit on width. + * @halign: least significant bit on height. * @salign: least significant bit for the image size (e. g. * :math:`width * height`). *