mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
8497d6a21c
commit
7f100d1566
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue