Skip to content

Commit 0d1a393

Browse files
Christina Quastgregkh
authored andcommitted
fs: kernfs: Corrected spelling mistake
flies => files Signed-off-by: Christina Quast <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent ab3a9f2 commit 0d1a393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/kernfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ enum kernfs_root_flag {
6464
KERNFS_ROOT_CREATE_DEACTIVATED = 0x0001,
6565

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

0 commit comments

Comments
 (0)