From: Pavel Roskin Date: Tue, 19 Jan 2010 12:25:50 +0000 (+0100) Subject: drm/kms: fix spelling in error message X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b5218a87cbe0f01d551b2dae90b54cad8ded72df;p=openwrt%2Fstaging%2Fblogic.git drm/kms: fix spelling in error message Signed-off-by: Pavel Roskin [clemens@ladisch.de: merged into drm_fb_helper] Signed-off-by: Clemens Ladisch Signed-off-by: Jiri Kosina --- diff --git a/drivers/gpu/drm/drm_fb_helper.c b/drivers/gpu/drm/drm_fb_helper.c index 0f9e90552dc4..6ce65f0a5cc0 100644 --- a/drivers/gpu/drm/drm_fb_helper.c +++ b/drivers/gpu/drm/drm_fb_helper.c @@ -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; }