OSDN Git Service

drivers/base/core.c: Fixed brace coding style issue.
authorKarthigan Srinivasan <karthigan.srinivasan@hp.com>
Mon, 18 Apr 2011 21:16:52 +0000 (16:16 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 23 Apr 2011 00:06:30 +0000 (17:06 -0700)
Fixed brace coding style issue.

Signed-off-by: Karthigan Srinivasan <karthigan.srinivasan@hp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/core.c

index fb8130c..bc8729d 100644 (file)
@@ -1314,8 +1314,7 @@ EXPORT_SYMBOL_GPL(put_device);
 EXPORT_SYMBOL_GPL(device_create_file);
 EXPORT_SYMBOL_GPL(device_remove_file);
 
-struct root_device
-{
+struct root_device {
        struct device dev;
        struct module *owner;
 };