From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Zhou Subject: Re: [PATCH] drm: Fix spelling. Date: Fri, 7 Nov 2014 11:54:33 +0800 Message-ID: <545C4279.5080104@amd.com> References: <20141107003505.GA3491@alexpilon.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <20141107003505.GA3491@alexpilon.ca> Sender: linux-kernel-owner@vger.kernel.org To: Alex Pilon , David Airlie Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, trivial@kernel.org List-Id: dri-devel@lists.freedesktop.org ok to fix. Regards, David On 2014=E5=B9=B411=E6=9C=8807=E6=97=A5 08:36, Alex Pilon wrote: > Fix spelling of 'ioctl'. > > Signed-off-by: Alex Pilon > --- > drivers/gpu/drm/drm_crtc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/drm_crtc.c b/drivers/gpu/drm/drm_crtc.c > index e79c8d3..3d274c1 100644 > --- a/drivers/gpu/drm/drm_crtc.c > +++ b/drivers/gpu/drm/drm_crtc.c > @@ -2943,7 +2943,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 i= s the > - * original addfb ioclt which only supported RGB formats. > + * original addfb ioctl which only supported RGB formats. > * > * Called by the user via ioctl. > *