drm/kms: fix spelling in error message
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>
This commit is contained in:
committed by
Jiri Kosina
parent
a64061e100
commit
b5218a87cb
@@ -694,7 +694,7 @@ int drm_fb_helper_set_par(struct fb_info *info)
|
|||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (var->pixclock != 0) {
|
if (var->pixclock != 0) {
|
||||||
DRM_ERROR("PIXEL CLCOK SET\n");
|
DRM_ERROR("PIXEL CLOCK SET\n");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user