diff options
| author | Pavel Roskin <[email protected]> | 2010-01-19 12:25:50 +0000 |
|---|---|---|
| committer | Jiri Kosina <[email protected]> | 2010-02-05 11:22:44 +0000 |
| commit | b5218a87cbe0f01d551b2dae90b54cad8ded72df (patch) | |
| tree | 041356e794199cfb61329ee50ecdf40d0beebdc6 | |
| parent | doc: capitalization and other minor fixes in pnp doc (diff) | |
| download | kernel-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.c | 2 |
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; } |
