diff options
author | 2019-08-13 14:45:12 -0600 | |
---|---|---|
committer | 2019-08-20 14:05:00 -0500 | |
commit | e2154044dd4168bc25c70170dfa6179b57f63914 (patch) | |
tree | ddb06f7defe48940c89703205ba1f7061f3d643b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | PCI: sysfs: Change DEVICE_ATTR() to DEVICE_ATTR_WO() (diff) | |
download | wireguard-linux-e2154044dd4168bc25c70170dfa6179b57f63914.tar.xz wireguard-linux-e2154044dd4168bc25c70170dfa6179b57f63914.zip |
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/20190813204513.4790-3-skunberg.kelsey@gmail.com
Signed-off-by: Kelsey Skunberg <skunberg.kelsey@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Donald Dutile <ddutile@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions