Skip to content

Commit

Permalink
drivers/base/core.c: Fixed brace coding style issue.
Browse files Browse the repository at this point in the history
Fixed brace coding style issue.

Signed-off-by: Karthigan Srinivasan <karthigan.srinivasan@hp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Karthigan Srinivasan authored and Greg Kroah-Hartman committed Apr 23, 2011
1 parent 8497d6a commit 7f100d1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/base/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down

0 comments on commit 7f100d1

Please sign in to comment.