datapath: Style fix.
authorBen Pfaff <blp@nicira.com>
Wed, 17 Jun 2009 18:49:01 +0000 (11:49 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 6 Jul 2009 16:07:24 +0000 (09:07 -0700)
datapath/datapath.c

index f76b51f..e1fd21f 100644 (file)
@@ -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;