mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
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
@ -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…
Reference in New Issue
Block a user