mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 09:22:53 -04:00
staging: wilc1000: Fixing struct definition layout
Split struct definition across multiple line to fit in the 80 characters limit Signed-off-by: Vincent Siles <vincent.siles@provenrun.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c584282b62
commit
bb3fd86988
@@ -98,7 +98,12 @@ struct wilc_debugfs_info_t {
|
||||
};
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user