瀏覽代碼

USB: gadget: f_mass_storage: code style clean ups

This commit is purely style clean ups.

Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Michal Nazarewicz 14 年之前
父節點
當前提交
b73af61e32
共有 2 個文件被更改,包括 205 次插入170 次删除
  1. 204 169
      drivers/usb/gadget/f_mass_storage.c
  2. 1 1
      drivers/usb/gadget/mass_storage.c

File diff suppressed because it is too large
+ 204 - 169
drivers/usb/gadget/f_mass_storage.c


+ 1 - 1
drivers/usb/gadget/mass_storage.c

@@ -102,7 +102,7 @@ static struct fsg_module_parameters 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 int msg_thread_exits(struct fsg_common *common)

Some files were not shown because too many files changed in this diff