[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4B55A4CE.4060000@ladisch.de>
Date: Tue, 19 Jan 2010 13:25:50 +0100
From: Clemens Ladisch <clemens@...isch.de>
To: Dave Airlie <airlied@...hat.com>
CC: Pavel Roskin <proski@....org>, dri-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org,
Trivial Patch Monkey <trivial@...nel.org>
Subject: [PATCH] drm/kms: fix spelling of "CLOCK"
From: Pavel Roskin <proski@....org>
Signed-off-by: Pavel Roskin <proski@....org>
[clemens@...isch.de: merged into drm_fb_helper]
Signed-off-by: Clemens Ladisch <clemens@...isch.de>
--- 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
int i;
if (var->pixclock != 0) {
- DRM_ERROR("PIXEL CLCOK SET\n");
+ DRM_ERROR("PIXEL CLOCK SET\n");
return -EINVAL;
}
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists