From: Masanari Iida Date: Wed, 29 Jun 2016 23:47:06 +0000 (+0900) Subject: drm: Fix a typo in drm_ioctl.c X-Git-Tag: v4.14-rc1~2738^2~11^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2ae995887830b335f9bdab3040018071da54bcdb;p=platform%2Fkernel%2Flinux-rpi.git drm: Fix a typo in drm_ioctl.c This patch fix a spelling typo found in Documentation/DocBook/gpu/API-drm-ioctl-flags.html It is because the html file was created from comments in source, I have to fix the source. Signed-off-by: Masanari Iida Signed-off-by: Jani Nikula Link: http://patchwork.freedesktop.org/patch/msgid/20160629234706.31209-1-standby24x7@gmail.com --- diff --git a/drivers/gpu/drm/drm_ioctl.c b/drivers/gpu/drm/drm_ioctl.c index 1f84ff5..2c87c1d 100644 --- a/drivers/gpu/drm/drm_ioctl.c +++ b/drivers/gpu/drm/drm_ioctl.c @@ -759,7 +759,7 @@ EXPORT_SYMBOL(drm_ioctl); * shouldn't be used by any drivers. * * Returns: - * True if the @nr corresponds to a DRM core ioctl numer, false otherwise. + * True if the @nr corresponds to a DRM core ioctl number, false otherwise. */ bool drm_ioctl_flags(unsigned int nr, unsigned int *flags) {