diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-10-26 20:25:49 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-11-08 01:28:55 +0300 |
commit | cba8087d829ef76c474406a083a770255f027c6f (patch) | |
tree | e611694e4307def2c6c5be9c0a6fdd146d9e8559 /Documentation/gpu | |
parent | f8d0dc21d409c0ecb921f4ae1ab3e0763a26c979 (diff) | |
download | linux-cba8087d829ef76c474406a083a770255f027c6f.tar.xz |
Documentation: fix spelling mistake, EACCESS -> EACCES
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: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/gpu')
-rw-r--r-- | Documentation/gpu/drm-uapi.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/gpu/drm-uapi.rst b/Documentation/gpu/drm-uapi.rst index a2214cc1f821..f2f079e91b4c 100644 --- a/Documentation/gpu/drm-uapi.rst +++ b/Documentation/gpu/drm-uapi.rst @@ -190,11 +190,11 @@ ENOSPC: Simply running out of kernel/system memory is signalled through ENOMEM. -EPERM/EACCESS: +EPERM/EACCES: Returned for an operation that is valid, but needs more privileges. E.g. root-only or much more common, DRM master-only operations return this when when called by unpriviledged clients. There's no clear - difference between EACCESS and EPERM. + difference between EACCES and EPERM. ENODEV: Feature (like PRIME, modesetting, GEM) is not supported by the driver. |