Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/meson: Fix few typo

s/initialy/initially/
s/desined/designed/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210318110046.14830-1-unixbhaskar@gmail.com

authored by

Bhaskar Chowdhury and committed by
Neil Armstrong
67a175a9 4cf1d871

+1 -1
+1 -1
drivers/gpu/drm/meson/meson_venc.c
··· 45 45 * The ENCI is designed for PAl or NTSC encoding and can go through the VDAC 46 46 * directly for CVBS encoding or through the ENCI_DVI encoder for HDMI. 47 47 * The ENCP is designed for Progressive encoding but can also generate 48 - * 1080i interlaced pixels, and was initialy desined to encode pixels for 48 + * 1080i interlaced pixels, and was initially designed to encode pixels for 49 49 * VDAC to output RGB ou YUV analog outputs. 50 50 * It's output is only used through the ENCP_DVI encoder for HDMI. 51 51 * The ENCL LVDS encoder is not implemented.