projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29305d7
)
gpu: drm/lease: fix spelling mistake, EACCESS -> EACCES
author
Colin Ian King
<colin.king@canonical.com>
Fri, 26 Oct 2018 18:05:12 +0000
(19:05 +0100)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Mon, 29 Oct 2018 15:20:16 +0000
(16:20 +0100)
Trivial fix to a spelling mistake of the error access name EACCESS,
rename to EACCES
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link:
https://patchwork.freedesktop.org/patch/msgid/20181026180512.4908-1-colin.king@canonical.com
drivers/gpu/drm/drm_lease.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/drm_lease.c
b/drivers/gpu/drm/drm_lease.c
index 5894b4e144d794c91c86ae459f31a9d4d4b72750..f4702f23c11df95fc8e455da5ed31febdaa872cb 100644
(file)
--- a/
drivers/gpu/drm/drm_lease.c
+++ b/
drivers/gpu/drm/drm_lease.c
@@
-195,7
+195,7
@@
EXPORT_SYMBOL(drm_lease_filter_crtcs);
* make sure all of the desired objects can be leased, atomically
* leasing them to the new drmmaster.
*
- * ERR_PTR(-EACCES
S)
some other master holds the title to any object
+ * ERR_PTR(-EACCES
)
some other master holds the title to any object
* ERR_PTR(-ENOENT) some object is not a valid DRM object for this device
* ERR_PTR(-EBUSY) some other lessee holds title to this object
* ERR_PTR(-EEXIST) same object specified more than once in the provided list