Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
};