Commit b73af61e authored by Michal Nazarewicz's avatar Michal Nazarewicz Committed by Greg Kroah-Hartman

USB: gadget: f_mass_storage: code style clean ups

This commit is purely style clean ups.
Signed-off-by: default avatarMichal Nazarewicz <mina86@mina86.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 00cb636e
This diff is collapsed.
...@@ -102,7 +102,7 @@ static struct fsg_module_parameters mod_data = { ...@@ -102,7 +102,7 @@ static struct fsg_module_parameters mod_data = {
}; };
FSG_MODULE_PARAMETERS(/* no prefix */, mod_data); FSG_MODULE_PARAMETERS(/* no prefix */, mod_data);
static unsigned long msg_registered = 0; static unsigned long msg_registered;
static void msg_cleanup(void); static void msg_cleanup(void);
static int msg_thread_exits(struct fsg_common *common) static int msg_thread_exits(struct fsg_common *common)
......
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