* [PATCH] drm/kms: fix spelling of "CLOCK"
@ 2009-11-02 7:44 Clemens Ladisch
0 siblings, 0 replies; 3+ messages in thread
From: Clemens Ladisch @ 2009-11-02 7:44 UTC (permalink / raw)
To: Dave Airlie, Jesse Barnes, Pavel Roskin, dri-devel, linux-kernel
From: Pavel Roskin <proski@gnu.org>
Signed-off-by: Pavel Roskin <proski@gnu.org>
[clemens@ladisch.de: merged into drm_fb_helper]
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
--- linux-2.6/drivers/gpu/drm/drm_fb_helper.c
+++ linux-2.6/drivers/gpu/drm/drm_fb_helper.c
@@ -676,7 +676,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;
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] drm/kms: fix spelling of "CLOCK"
@ 2010-01-19 12:25 Clemens Ladisch
2010-02-02 13:50 ` Jiri Kosina
0 siblings, 1 reply; 3+ messages in thread
From: Clemens Ladisch @ 2010-01-19 12:25 UTC (permalink / raw)
To: Dave Airlie; +Cc: Pavel Roskin, dri-devel, linux-kernel, Trivial Patch Monkey
From: Pavel Roskin <proski@gnu.org>
Signed-off-by: Pavel Roskin <proski@gnu.org>
[clemens@ladisch.de: merged into drm_fb_helper]
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
--- 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;
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] drm/kms: fix spelling of "CLOCK"
2010-01-19 12:25 [PATCH] drm/kms: fix spelling of "CLOCK" Clemens Ladisch
@ 2010-02-02 13:50 ` Jiri Kosina
0 siblings, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2010-02-02 13:50 UTC (permalink / raw)
To: Clemens Ladisch; +Cc: Dave Airlie, Pavel Roskin, dri-devel, linux-kernel
On Tue, 19 Jan 2010, Clemens Ladisch wrote:
> From: Pavel Roskin <proski@gnu.org>
>
> Signed-off-by: Pavel Roskin <proski@gnu.org>
> [clemens@ladisch.de: merged into drm_fb_helper]
> Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
>
> --- 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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-02-02 13:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-19 12:25 [PATCH] drm/kms: fix spelling of "CLOCK" Clemens Ladisch
2010-02-02 13:50 ` Jiri Kosina
-- strict thread matches above, loose matches on Subject: below --
2009-11-02 7:44 Clemens Ladisch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox