diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-03 00:11:26 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2018-09-03 23:52:11 -0600 |
commit | 93b6e83e4faa8de6247e0e46d5060ec543befef8 (patch) | |
tree | 4e92104fb5f7f5a9b375f551da78024e54440624 /src/device.c | |
parent | 07dac52be6336be4a77a399fd7928802711fb77f (diff) |
global: satisfy check_patch.pl errors
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/device.c')
-rw-r--r-- | src/device.c | 5 |
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) { |