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 f76b51f998d975e6fa337d7b87539d45819257dc..e1fd21f5c7c56d69a865aae3bd836d27b5c12374 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;