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>
This commit is contained in:

committed by
David S. Miller

parent
d61e403856
commit
d3757ba4c1
@@ -113,7 +113,7 @@ static void __NS8390_init(struct net_device *dev, int startp);
|
||||
|
||||
static unsigned version_printed;
|
||||
static u32 msg_enable;
|
||||
module_param(msg_enable, uint, (S_IRUSR|S_IRGRP|S_IROTH));
|
||||
module_param(msg_enable, uint, 0444);
|
||||
MODULE_PARM_DESC(msg_enable, "Debug message level (see linux/netdevice.h for bitmap)");
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user