diff options
Diffstat (limited to 'drivers/net/pppoe.c')
-rw-r--r-- | drivers/net/pppoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/pppoe.c b/drivers/net/pppoe.c index 99f031a08a01..03fd5821d9a1 100644 --- a/drivers/net/pppoe.c +++ b/drivers/net/pppoe.c | |||
@@ -362,7 +362,7 @@ static int pppoe_device_event(struct notifier_block *this, | |||
362 | 362 | ||
363 | default: | 363 | default: |
364 | break; | 364 | break; |
365 | }; | 365 | } |
366 | 366 | ||
367 | return NOTIFY_DONE; | 367 | return NOTIFY_DONE; |
368 | } | 368 | } |