Commit 3f4bb9f7 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Daniel Vetter
Browse files

drm: Spelling s/connet/connect/

parent 56916cdf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -498,7 +498,7 @@ void mdfld_dsi_output_init(struct drm_device *dev,
		return;
	}

	/*create a new connetor*/
	/*create a new connector*/
	dsi_connector = kzalloc(sizeof(struct mdfld_dsi_connector), GFP_KERNEL);
	if (!dsi_connector) {
		DRM_ERROR("No memory");
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ struct drm_exynos_gem_info {
/**
 * A structure for user connection request of virtual display.
 *
 * @connection: indicate whether doing connetion or not by user.
 * @connection: indicate whether doing connection or not by user.
 * @extensions: if this value is 1 then the vidi driver would need additional
 *	128bytes edid data.
 * @edid: the edid data pointer from user side.