[PATCH 12/24] video: Fix unchnaged typo

Heinrich Schuchardt xypron.glpk at gmx.de
Tue Oct 18 00:09:21 CEST 2022


On 10/17/22 22:29, Simon Glass wrote:
> Fix this typo in the header file.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>

Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

> ---
>
>   include/video.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/video.h b/include/video.h
> index 529f9685183..7dee94cc265 100644
> --- a/include/video.h
> +++ b/include/video.h
> @@ -248,7 +248,7 @@ void video_bmp_get_info(void *bmp_image, ulong *widthp, ulong *heightp,
>    *		  that direction
>    *		- if a coordinate is -ve then it will be offset to the
>    *		  left/top of the centre by that many pixels
> - *		- if a coordinate is positive it will be used unchnaged.
> + *		- if a coordinate is positive it will be used unchanged.
>    * Return: 0 if OK, -ve on error
>    */
>   int video_bmp_display(struct udevice *dev, ulong bmp_image, int x, int y,



More information about the U-Boot mailing list