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

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
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment