1
0
Fork 0

jfs: 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: Dave Kleikamp <dave.kleikamp@oracle.com>
hifive-unleashed-5.2
Colin Ian King 2018-10-26 19:09:09 +01:00 committed by Dave Kleikamp
parent 01aa9d518e
commit a83722f45c
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ static int jfs_create(struct inode *dip, struct dentry *dentry, umode_t mode,
* RETURN: Errors from subroutines
*
* note:
* EACCESS: user needs search+write permission on the parent directory
* EACCES: user needs search+write permission on the parent directory
*/
static int jfs_mkdir(struct inode *dip, struct dentry *dentry, umode_t mode)
{