|WARNING| pw115313 [PATCH] linux/igb_uio: make module parameters visible in sysfs

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Aug 22 01:20:59 CEST 2022


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/115313

_coding style issues_


WARNING:SYMBOLIC_PERMS: Symbolic permissions 'S_IRUGO' are not preferred. Consider using octal permissions '0444'.
#118: FILE: linux/igb_uio/igb_uio.c:666:
+module_param(wc_activate, int, S_IRUGO);

total: 0 errors, 1 warnings, 16 lines checked


More information about the test-report mailing list