From 16190191012d8a8f00b00af53477fe6438836860 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 17 Jun 2009 11:49:01 -0700 Subject: [PATCH] datapath: Style fix. --- datapath/datapath.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/datapath/datapath.c b/datapath/datapath.c index f76b51f99..e1fd21f5c 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; -- 2.43.0