Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756060Ab0BBNuV (ORCPT ); Tue, 2 Feb 2010 08:50:21 -0500 Received: from cantor2.suse.de ([195.135.220.15]:49660 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755343Ab0BBNuP (ORCPT ); Tue, 2 Feb 2010 08:50:15 -0500 Date: Tue, 2 Feb 2010 14:50:14 +0100 (CET) From: Jiri Kosina To: Clemens Ladisch Cc: Dave Airlie , Pavel Roskin , dri-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm/kms: fix spelling of "CLOCK" In-Reply-To: <4B55A4CE.4060000@ladisch.de> Message-ID: References: <4B55A4CE.4060000@ladisch.de> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 890 Lines: 29 On Tue, 19 Jan 2010, Clemens Ladisch wrote: > From: Pavel Roskin > > Signed-off-by: Pavel Roskin > [clemens@ladisch.de: merged into drm_fb_helper] > Signed-off-by: Clemens Ladisch > > --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/