From 93b6e83e4faa8de6247e0e46d5060ec543befef8 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 3 Sep 2018 00:11:26 -0600 Subject: global: satisfy check_patch.pl errors Signed-off-by: Jason A. Donenfeld --- src/device.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/device.c') 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) { -- cgit v1.2.3