aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/pppoe.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2010-05-17 22:47:34 -0700
committerDavid S. Miller <davem@davemloft.net>2010-05-17 22:47:34 -0700
commitee289b6440c3b0ccb9459495783e8c299bec6604 (patch)
tree6c3eeae205789e50657fd93853d7f3ce5802810c /drivers/net/pppoe.c
parentqeth: support the new OSA CHPID types OSX and OSM (diff)
downloadlinux-dev-ee289b6440c3b0ccb9459495783e8c299bec6604.tar.xz
linux-dev-ee289b6440c3b0ccb9459495783e8c299bec6604.zip
drivers/net: remove useless semicolons
switch and while statements don't need semicolons at end of statement [ Fixup minor conflicts with recent wimax merge... -DaveM ] Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/pppoe.c')
-rw-r--r--drivers/net/pppoe.c2
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,
default:
break;
- };
+ }
return NOTIFY_DONE;
}