From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= Subject: Re: [PATCH] drm/crtc: Fix two typos Date: Tue, 21 Oct 2014 17:01:41 +0300 Message-ID: <20141021140141.GK4284@intel.com> References: <20141008113720.0a812be2@as> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTP id E2AFE6E0A3 for ; Tue, 21 Oct 2014 16:24:06 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20141008113720.0a812be2@as> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Chuck Ebbert Cc: "dri-devel@lists.freedesktop.org" List-Id: dri-devel@lists.freedesktop.org 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 > @@ -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 the > - * 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