Skip to content

Commit

Permalink
drm/kms: fix spelling of "CLOCK"
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Roskin <proski@gnu.org>
[clemens@ladisch.de: merged into drm_fb_helper]
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Pavel Roskin authored and Dave Airlie committed Feb 11, 2010
1 parent 8dff474 commit 172e91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/drm_fb_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,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;
}

Expand Down

0 comments on commit 172e91f

Please sign in to comment.