Message ID | 20180913000738.1674-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | v4l2-common: fix typo in documentation for v4l_bound_align_image() | expand |
On Thu, Sep 13, 2018 at 02:07:38AM +0200, Niklas Söderlund wrote: > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> > --- > include/media/v4l2-common.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h > index cdc87ec61e54c856..7c97951a85e15d6b 100644 > --- a/include/media/v4l2-common.h > +++ b/include/media/v4l2-common.h > @@ -283,7 +283,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`). > * Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
On Thu, Sep 13, 2018 at 02:07:38AM +0200, Niklas Söderlund wrote: > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
diff --git a/include/media/v4l2-common.h b/include/media/v4l2-common.h index cdc87ec61e54c856..7c97951a85e15d6b 100644 --- a/include/media/v4l2-common.h +++ b/include/media/v4l2-common.h @@ -283,7 +283,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`). *
Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> --- include/media/v4l2-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)