[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150325160415.GA124832@lkp-sb04>
Date: Thu, 26 Mar 2015 00:04:15 +0800
From: kbuild test robot <fengguang.wu@...el.com>
To: Erez Shitrit <erezsh@...lanox.com>
Cc: kbuild-all@...org, Roland Dreier <roland@...nel.org>,
Sean Hefty <sean.hefty@...el.com>,
Hal Rosenstock <hal.rosenstock@...il.com>,
Doug Ledford <dledford@...hat.com>,
Alex Estrin <alex.estrin@...el.com>,
Or Gerlitz <ogerlitz@...lanox.com>, linux-rdma@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH amirv] IB/ipoib: Use napi api in TX flow [ib-next:
ipoib_tx_poll() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
ipoib_ib.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/infiniband/ulp/ipoib/ipoib_ib.c b/drivers/infiniband/ulp/ipoib/ipoib_ib.c
index 8b7584a..57ce990 100644
--- a/drivers/infiniband/ulp/ipoib/ipoib_ib.c
+++ b/drivers/infiniband/ulp/ipoib/ipoib_ib.c
@@ -421,7 +421,7 @@ poll_more:
return done;
}
-int ipoib_tx_poll(struct napi_struct *napi, int budget)
+static int ipoib_tx_poll(struct napi_struct *napi, int budget)
{
struct net_device *dev;
int n, i;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists