This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / base / firmware.c
index 0cff049..886d496 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 2002-3 Patrick Mochel
  * Copyright (c) 2002-3 Open Source Development Labs
- *
+ * 
  * This file is released under the GPLv2
  *
  */
 #include <linux/module.h>
 #include <linux/init.h>
 
-static decl_subsys(firmware, NULL, NULL);
+static decl_subsys(firmware,NULL,NULL);
 
 int firmware_register(struct subsystem * s)
 {
-       kset_set_kset_s(s, firmware_subsys);
+       kset_set_kset_s(s,firmware_subsys);
        return subsystem_register(s);
 }