From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH] drm/crtc: Fix two typos Date: Wed, 22 Oct 2014 10:38:29 +0200 Message-ID: <20141022083829.GL26941@phenom.ffwll.local> References: <20141008113720.0a812be2@as> <20141021140141.GK4284@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by gabe.freedesktop.org (Postfix) with ESMTP id C85C96E28A for ; Wed, 22 Oct 2014 01:38:20 -0700 (PDT) Received: by mail-wi0-f173.google.com with SMTP id fb4so674017wid.0 for ; Wed, 22 Oct 2014 01:38:20 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20141021140141.GK4284@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= Cc: Chuck Ebbert , "dri-devel@lists.freedesktop.org" List-Id: dri-devel@lists.freedesktop.org On Tue, Oct 21, 2014 at 05:01:41PM +0300, Ville Syrj=E4l=E4 wrote: > On Wed, Oct 08, 2014 at 11:37:20AM -0500, Chuck Ebbert wrote: > > Fix: > > = > > ioclt -> ioctl in comment > > wrong variable name in debug message > > = > > Signed-off-by: Chuck Ebbert > = > Reviewed-by: Ville Syrj=E4l=E4 > = > > --- > > = > > --- drivers/gpu/drm/drm_crtc.c.orig 2014-10-08 11:29:50.948406186 -0500 > > +++ drivers/gpu/drm/drm_crtc.c 2014-10-08 11:30:55.781479300 -0500 This diff was manually generated and failed to apply using the usual tooling. Please generate patches using git format-patch and send it using git send-email, they get all the details right. I've fixed it up while applying. -Daniel > > @@ -2913,7 +2913,7 @@ EXPORT_SYMBOL(drm_mode_legacy_fb_format) > > * @file_priv: drm file for the ioctl call > > * > > * Add a new FB to the specified CRTC, given a user request. This is t= he > > - * original addfb ioclt which only supported RGB formats. > > + * original addfb ioctl which only supported RGB formats. > > * > > * Called by the user via ioctl. > > * > > @@ -3033,7 +3033,7 @@ static int framebuffer_check(const struc > > num_planes =3D drm_format_num_planes(r->pixel_format); > > = > > if (r->width =3D=3D 0 || r->width % hsub) { > > - DRM_DEBUG_KMS("bad framebuffer width %u\n", r->height); > > + DRM_DEBUG_KMS("bad framebuffer width %u\n", r->width); > > return -EINVAL; > > } > > = > > _______________________________________________ > > dri-devel mailing list > > dri-devel@lists.freedesktop.org > > http://lists.freedesktop.org/mailman/listinfo/dri-devel > = > -- = > Ville Syrj=E4l=E4 > Intel OTC > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel -- = Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch