ethernet: Use octal not symbolic permissions
Prefer the direct use of octal for permissions. Done with checkpatch -f --types=SYMBOLIC_PERMS --fix-inplace and some typing. Miscellanea: o Whitespace neatening around these conversions. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
このコミットが含まれているのは:
@@ -63,7 +63,7 @@ module_param(debug, int, 0644);
|
||||
MODULE_PARM_DESC(debug, "Debug message level bitmap");
|
||||
|
||||
static int cpi_alg = CPI_ALG_NONE;
|
||||
module_param(cpi_alg, int, S_IRUGO);
|
||||
module_param(cpi_alg, int, 0444);
|
||||
MODULE_PARM_DESC(cpi_alg,
|
||||
"PFC algorithm (0=none, 1=VLAN, 2=VLAN16, 3=IP Diffserv)");
|
||||
|
||||
|
新しいイシューから参照
ユーザーをブロックする