intelfb: fix spelling of "CLOCK"
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>
This commit is contained in:
parent
dcae3626d0
commit
1bcbf39488
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue