Skip to content

Commit

Permalink
drm/kms: fix spelling in error message
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: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Pavel Roskin authored and Jiri Kosina committed Feb 5, 2010
1 parent a64061e commit b5218a8
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 @@ -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;
}

Expand Down

0 comments on commit b5218a8

Please sign in to comment.