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

Commit b5218a87 authored by Pavel Roskin's avatar Pavel Roskin Committed by Jiri Kosina
Browse files

drm/kms: fix spelling in error message



Signed-off-by: default avatarPavel Roskin <proski@gnu.org>
[clemens@ladisch.de: merged into drm_fb_helper]
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent a64061e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -694,7 +694,7 @@ int drm_fb_helper_set_par(struct fb_info *info)
	int i;

	if (var->pixclock != 0) {
		DRM_ERROR("PIXEL CLCOK SET\n");
		DRM_ERROR("PIXEL CLOCK SET\n");
		return -EINVAL;
	}