From: Ben Pfaff Date: Wed, 17 Jun 2009 18:49:01 +0000 (-0700) Subject: datapath: Style fix. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16190191012d8a8f00b00af53477fe6438836860;p=openvswitch datapath: Style fix. --- diff --git a/datapath/datapath.c b/datapath/datapath.c index f76b51f9..e1fd21f5 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -1168,8 +1168,7 @@ error: return err; } -static int -get_dp_stats(struct datapath *dp, struct odp_stats __user *statsp) +static int get_dp_stats(struct datapath *dp, struct odp_stats __user *statsp) { struct odp_stats stats; int i;