diff options
author | Kelsey Skunberg <[email protected]> | 2019-08-13 14:45:12 -0600 |
---|---|---|
committer | Bjorn Helgaas <[email protected]> | 2019-08-20 14:05:00 -0500 |
commit | e2154044dd4168bc25c70170dfa6179b57f63914 (patch) | |
tree | ddb06f7defe48940c89703205ba1f7061f3d643b /net/unix/af_unix.c | |
parent | 4e2b79436e4f22b225ee445832705bb7c4675807 (diff) |
PCI: sysfs: Change permissions from symbolic to octal
We prefer octal permissions over symbolic permissions such as "(S_IWUSR |
S_IWGRP)". Change all symbolic permissions to octal permissions, e.g.,
- (S_IWUSR | S_IWGRP)
+ 0220
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Kelsey Skunberg <[email protected]>
Signed-off-by: Bjorn Helgaas <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Reviewed-by: Donald Dutile <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions