X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fdp_notify.c;h=b6bb90ec7ec415ccd25a00b2b4b6a404c3cd9b8b;hb=fd2a9392411147654dad43f93741a1aa634187b5;hp=e0bd14c5227226aea32de0d559ce8a43c0fc362b;hpb=63db6ec35ddc2432dda059f277257886c2d1ba8f;p=sliver-openvswitch.git diff --git a/datapath/dp_notify.c b/datapath/dp_notify.c index e0bd14c52..b6bb90ec7 100644 --- a/datapath/dp_notify.c +++ b/datapath/dp_notify.c @@ -14,8 +14,8 @@ #include "vport-internal_dev.h" #include "vport-netdev.h" -static int dp_device_event(struct notifier_block *unused, unsigned long event, - void *ptr) +static int dp_device_event(struct notifier_block *unused, unsigned long event, + void *ptr) { struct net_device *dev = ptr; struct vport *vport;