Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 304f72e5 authored by Colin Ian King's avatar Colin Ian King Committed by Daniel Vetter
Browse files

gpu: drm: sti: fix spelling mistake: "initialze" -> "initialize"

parent 2c269b09
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -357,7 +357,7 @@ int sti_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer,
	res = drm_crtc_init_with_planes(drm_dev, crtc, primary, cursor,
					&sti_crtc_funcs, NULL);
	if (res) {
		DRM_ERROR("Can't initialze CRTC\n");
		DRM_ERROR("Can't initialize CRTC\n");
		return -EINVAL;
	}