diff options
Diffstat (limited to 'drivers/net/can/vcan.c')
-rw-r--r-- | drivers/net/can/vcan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/vcan.c b/drivers/net/can/vcan.c index c2b04f505e16..d200a5b0651c 100644 --- a/drivers/net/can/vcan.c +++ b/drivers/net/can/vcan.c | |||
@@ -65,7 +65,7 @@ MODULE_ALIAS_RTNL_LINK(DRV_NAME); | |||
65 | */ | 65 | */ |
66 | 66 | ||
67 | static bool echo; /* echo testing. Default: 0 (Off) */ | 67 | static bool echo; /* echo testing. Default: 0 (Off) */ |
68 | module_param(echo, bool, S_IRUGO); | 68 | module_param(echo, bool, 0444); |
69 | MODULE_PARM_DESC(echo, "Echo sent frames (for testing). Default: 0 (Off)"); | 69 | MODULE_PARM_DESC(echo, "Echo sent frames (for testing). Default: 0 (Off)"); |
70 | 70 | ||
71 | 71 | ||