aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/device.c b/src/device.c
index 3dfa794..5bdc649 100644
--- a/src/device.c
+++ b/src/device.c
@@ -407,8 +407,9 @@ static int netdevice_notification(struct notifier_block *nb,
return 0;
}
-static struct notifier_block netdevice_notifier =
- { .notifier_call = netdevice_notification };
+static struct notifier_block netdevice_notifier = {
+ .notifier_call = netdevice_notification
+};
int __init device_init(void)
{