diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2020-05-05 15:43:35 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2020-05-06 10:21:40 -0500 |
commit | 3dc58df0e2436829971c41ffbb07167dda0979f8 (patch) | |
tree | e734562bc6d68e43eb467c1882333412e05d0a73 /fs | |
parent | dc56c5acd8505e1e7f776d62650f3850ad2ce8e7 (diff) |
CIFS: Spelling s/EACCESS/EACCES/
As per POSIX, the correct spelling is EACCES:
include/uapi/asm-generic/errno-base.h:#define EACCES 13 /* Permission denied */
Fixes: b8f7442bc46e48fb ("CIFS: refactor cifs_get_inode_info()")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cifs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index 390d2b15ef6e..5d2965a23730 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c @@ -730,7 +730,7 @@ static __u64 simple_hashstr(const char *str) * cifs_backup_query_path_info - SMB1 fallback code to get ino * * Fallback code to get file metadata when we don't have access to - * @full_path (EACCESS) and have backup creds. + * @full_path (EACCES) and have backup creds. * * @data will be set to search info result buffer * @resp_buf will be set to cifs resp buf and needs to be freed with |