[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150414115253.GA83499@lkp-sb04>
Date: Tue, 14 Apr 2015 19:52:53 +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>, linux-rdma@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH amirv] IB/ipoib: Add cleanup to sendonly multicast objects
[ib-next: handle_neigh_state_change() can be static
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
---
ipoib_multicast.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/infiniband/ulp/ipoib/ipoib_multicast.c b/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
index 856ed6e..f5c5f14 100644
--- a/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
+++ b/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
@@ -732,7 +732,7 @@ out:
}
/* get notification from the neigh that connected to mcast on its state */
-int handle_neigh_state_change(struct ipoib_dev_priv *priv,
+static int handle_neigh_state_change(struct ipoib_dev_priv *priv,
enum ipoib_neigh_state state, void *context)
{
struct ipoib_mcast *mcast = context;
--
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