media: v4l2-common: fix typo in documentation for v4l_bound_align_image()
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Thu, 13 Sep 2018 00:07:38 +0000 (20:07 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Mon, 24 Sep 2018 13:36:18 +0000 (09:36 -0400)
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
include/media/v4l2-common.h

index bd880a9..8271564 100644 (file)
@@ -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`).
  *