mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-06 22:55:11 +00:00
drm/kms: fix spelling of "CLOCK"
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>
This commit is contained in:
parent
8dff4742a6
commit
172e91f535
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue