提交 bb3fd869 编写于 作者: V Vincent Siles 提交者: Greg Kroah-Hartman

staging: wilc1000: Fixing struct definition layout

Split struct definition across multiple line to fit in the 80 characters
limit
Signed-off-by: NVincent Siles <vincent.siles@provenrun.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c584282b
...@@ -98,7 +98,12 @@ struct wilc_debugfs_info_t { ...@@ -98,7 +98,12 @@ struct wilc_debugfs_info_t {
}; };
static struct wilc_debugfs_info_t debugfs_info[] = { static struct wilc_debugfs_info_t debugfs_info[] = {
{ "wilc_debug_level", 0666, (DEBUG | ERR), FOPS(NULL, wilc_debug_level_read, wilc_debug_level_write, NULL), }, {
"wilc_debug_level",
0666,
(DEBUG | ERR),
FOPS(NULL, wilc_debug_level_read, wilc_debug_level_write, NULL),
},
}; };
static int __init wilc_debugfs_init(void) static int __init wilc_debugfs_init(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册