Skip to content

Commit

Permalink
fs: kernfs: Corrected spelling mistake
Browse files Browse the repository at this point in the history
flies => files

Signed-off-by: Christina Quast <cquast@hanoverdisplays.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Christina Quast authored and Greg Kroah-Hartman committed Apr 25, 2019
1 parent ab3a9f2 commit 0d1a393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/kernfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ enum kernfs_root_flag {
KERNFS_ROOT_CREATE_DEACTIVATED = 0x0001,

/*
* For regular flies, if the opener has CAP_DAC_OVERRIDE, open(2)
* For regular files, if the opener has CAP_DAC_OVERRIDE, open(2)
* succeeds regardless of the RW permissions. sysfs had an extra
* layer of enforcement where open(2) fails with -EACCES regardless
* of CAP_DAC_OVERRIDE if the permission doesn't have the
Expand Down

0 comments on commit 0d1a393

Please sign in to comment.