Commit e6b240bd authored by Derek Robson's avatar Derek Robson Committed by Greg Kroah-Hartman

Staging: sm750fb: sm750.c - style fix

Change permissions to octal style.
Found using checkpatch
Signed-off-by: default avatarDerek Robson <robsonde@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 606ea2bd
......@@ -1229,7 +1229,7 @@ static void __exit lynxfb_exit(void)
}
module_exit(lynxfb_exit);
module_param(g_option, charp, S_IRUGO);
module_param(g_option, charp, 0444);
MODULE_PARM_DESC(g_option,
"\n\t\tCommon options:\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment