The kernel has moved away from using Symbolic File Permission macros, and this is reflected in our checkpatch usage which flags lines which still use them. The preferred method is to use the well known octal notation, for instance 0755 meaning: User has read/write/execute permissions Group has read/execute permissions Other has read/execute permissions Brian Gix (6): mesh: Cleanup deprecated symbolic file permissions obexd: Cleanup deprecated symbolic file permissions peripheral: Cleanup deprecated symbolic file permissions profiles: Cleanup deprecated symbolic file permissions src: Cleanup deprecated symbolic file permissions tools: Cleanup deprecated symbolic file permissions mesh/rpl.c | 2 +- obexd/plugins/filesystem.c | 18 +++++++++--------- obexd/plugins/ftp.c | 4 ++-- peripheral/efivars.c | 3 +-- profiles/input/suspend-dummy.c | 2 +- src/adapter.c | 32 ++++++++++++++++---------------- src/attrib-server.c | 2 +- src/device.c | 16 ++++++++-------- src/sdpd-server.c | 2 +- src/shared/btsnoop.c | 4 ++-- src/textfile.c | 2 +- tools/btsnoop.c | 3 +-- tools/create-image.c | 3 +-- tools/hcidump.c | 2 +- tools/rctest.c | 3 +-- 15 files changed, 47 insertions(+), 51 deletions(-) -- 2.25.4