Re: [PATCH] drm/kms: fix spelling of "CLOCK"

From: Jiri Kosina
Date: Tue Feb 02 2010 - 08:50:27 EST


On Tue, 19 Jan 2010, Clemens Ladisch wrote:

> From: Pavel Roskin <proski@xxxxxxx>
>
> Signed-off-by: Pavel Roskin <proski@xxxxxxx>
> [clemens@xxxxxxxxxx: merged into drm_fb_helper]
> Signed-off-by: Clemens Ladisch <clemens@xxxxxxxxxx>
>
> --- a/drivers/gpu/drm/drm_fb_helper.c
> +++ b/drivers/gpu/drm/drm_fb_helper.c
> @@ -694,7 +694,7 @@ int drm_fb_helper_set_par(struct fb_info
> int i;
>
> if (var->pixclock != 0) {
> - DRM_ERROR("PIXEL CLCOK SET\n");
> + DRM_ERROR("PIXEL CLOCK SET\n");
> return -EINVAL;
> }

Doesn't seem to be present in linux-next as of today. I have picked it up.

--
Jiri Kosina
SUSE Labs, Novell Inc.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/