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

drm: Spelling s/connet/connect/

Fix misspellings of "connector" and "connection"

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20191024151737.29287-1-geert+renesas@glider.be

authored by

Geert Uytterhoeven and committed by
Daniel Vetter
3f4bb9f7 56916cdf

+2 -2
+1 -1
drivers/gpu/drm/gma500/mdfld_dsi_output.c
··· 498 498 return; 499 499 } 500 500 501 - /*create a new connetor*/ 501 + /*create a new connector*/ 502 502 dsi_connector = kzalloc(sizeof(struct mdfld_dsi_connector), GFP_KERNEL); 503 503 if (!dsi_connector) { 504 504 DRM_ERROR("No memory");
+1 -1
include/uapi/drm/exynos_drm.h
··· 68 68 /** 69 69 * A structure for user connection request of virtual display. 70 70 * 71 - * @connection: indicate whether doing connetion or not by user. 71 + * @connection: indicate whether doing connection or not by user. 72 72 * @extensions: if this value is 1 then the vidi driver would need additional 73 73 * 128bytes edid data. 74 74 * @edid: the edid data pointer from user side.