Commit 7f100d15 authored by Karthigan Srinivasan's avatar Karthigan Srinivasan Committed by Greg Kroah-Hartman

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

Fixed brace coding style issue.
Signed-off-by: default avatarKarthigan Srinivasan <karthigan.srinivasan@hp.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 8497d6a2
...@@ -1314,8 +1314,7 @@ EXPORT_SYMBOL_GPL(put_device); ...@@ -1314,8 +1314,7 @@ EXPORT_SYMBOL_GPL(put_device);
EXPORT_SYMBOL_GPL(device_create_file); EXPORT_SYMBOL_GPL(device_create_file);
EXPORT_SYMBOL_GPL(device_remove_file); EXPORT_SYMBOL_GPL(device_remove_file);
struct root_device struct root_device {
{
struct device dev; struct device dev;
struct module *owner; struct module *owner;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment