aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Roskin <[email protected]>2010-01-19 12:25:50 +0000
committerJiri Kosina <[email protected]>2010-02-05 11:22:44 +0000
commitb5218a87cbe0f01d551b2dae90b54cad8ded72df (patch)
tree041356e794199cfb61329ee50ecdf40d0beebdc6
parentdoc: capitalization and other minor fixes in pnp doc (diff)
downloadkernel-b5218a87cbe0f01d551b2dae90b54cad8ded72df.tar.gz
kernel-b5218a87cbe0f01d551b2dae90b54cad8ded72df.zip
drm/kms: fix spelling in error message
Signed-off-by: Pavel Roskin <[email protected]> [[email protected]: merged into drm_fb_helper] Signed-off-by: Clemens Ladisch <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
-rw-r--r--drivers/gpu/drm/drm_fb_helper.c2
1 files changed, 1 insertions, 1 deletions
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;
}