diff options
Diffstat (limited to 'net/ipv4/multipath_drr.c')
-rw-r--r-- | net/ipv4/multipath_drr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/multipath_drr.c b/net/ipv4/multipath_drr.c index 574c735836fc..b03c5ca2c823 100644 --- a/net/ipv4/multipath_drr.c +++ b/net/ipv4/multipath_drr.c | |||
@@ -100,7 +100,7 @@ static int drr_dev_event(struct notifier_block *this, | |||
100 | 100 | ||
101 | spin_unlock_bh(&state_lock); | 101 | spin_unlock_bh(&state_lock); |
102 | break; | 102 | break; |
103 | }; | 103 | } |
104 | 104 | ||
105 | return NOTIFY_DONE; | 105 | return NOTIFY_DONE; |
106 | } | 106 | } |