Skip to content

Commit

Permalink
intelfb: fix spelling of "CLOCK"
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Roskin <proski@gnu.org>
Cc: Eric Anholt <eric@anholt.net>
Cc: Dave Airlie <airlied@linux.ie>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Pavel Roskin authored and Dave Airlie committed Jun 11, 2009
1 parent dcae362 commit 1bcbf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/i915/intel_fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static int intelfb_set_par(struct fb_info *info)

if (var->pixclock != -1) {

DRM_ERROR("PIXEL CLCOK SET\n");
DRM_ERROR("PIXEL CLOCK SET\n");
return -EINVAL;
} else {
struct drm_crtc *crtc;
Expand Down

0 comments on commit 1bcbf39

Please sign in to comment.