1
0
Fork 0

drivers/base/core.c: Fixed brace coding style issue.

Fixed brace coding style issue.

Signed-off-by: Karthigan Srinivasan <karthigan.srinivasan@hp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
Karthigan Srinivasan 2011-04-18 16:16:52 -05:00 committed by Greg Kroah-Hartman
parent 8497d6a21c
commit 7f100d1566
1 changed files with 1 additions and 2 deletions

View 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;
};