aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2016-06-29 19:47:06 -0400
committerJani Nikula <jani.nikula@intel.com>2016-06-30 05:04:44 -0400
commit2ae995887830b335f9bdab3040018071da54bcdb (patch)
treef82ef2fab5cabc1b3ed5c5f857443a6ce58042e4
parentc78d1ca2d2e3e7239cc4466e3e6f9470e719b7f1 (diff)
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 <standby24x7@gmail.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20160629234706.31209-1-standby24x7@gmail.com
-rw-r--r--drivers/gpu/drm/drm_ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_ioctl.c b/drivers/gpu/drm/drm_ioctl.c
index 1f84ff5f1bf8..2c87c1df0910 100644
--- a/drivers/gpu/drm/drm_ioctl.c
+++ b/drivers/gpu/drm/drm_ioctl.c
@@ -759,7 +759,7 @@ EXPORT_SYMBOL(drm_ioctl);
759 * shouldn't be used by any drivers. 759 * shouldn't be used by any drivers.
760 * 760 *
761 * Returns: 761 * Returns:
762 * True if the @nr corresponds to a DRM core ioctl numer, false otherwise. 762 * True if the @nr corresponds to a DRM core ioctl number, false otherwise.
763 */ 763 */
764bool drm_ioctl_flags(unsigned int nr, unsigned int *flags) 764bool drm_ioctl_flags(unsigned int nr, unsigned int *flags)
765{ 765{