projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c78d1ca
)
drm: Fix a typo in drm_ioctl.c
author
Masanari Iida
<standby24x7@gmail.com>
Wed, 29 Jun 2016 23:47:06 +0000
(08:47 +0900)
committer
Jani Nikula
<jani.nikula@intel.com>
Thu, 30 Jun 2016 09:04:44 +0000
(12:04 +0300)
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
drivers/gpu/drm/drm_ioctl.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/drm_ioctl.c
b/drivers/gpu/drm/drm_ioctl.c
index 1f84ff5f1bf80edf37ba7b3e0658aa6870cd5792..2c87c1df0910199ebc3386c6d16a53113ca7b0c6 100644
(file)
--- 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 num
b
er, false otherwise.
*/
bool drm_ioctl_flags(unsigned int nr, unsigned int *flags)
{