Fixes: f58dbee41d61 ("rds: Changing IP address internal representation to 
struct in6_addr")
Signed-off-by: kbuild test robot <[email protected]>
---
 rdma_transport.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/rds/rdma_transport.c b/net/rds/rdma_transport.c
index d7da115..3634ed5 100644
--- a/net/rds/rdma_transport.c
+++ b/net/rds/rdma_transport.c
@@ -39,9 +39,9 @@
 
 static struct rdma_cm_id *rds_rdma_listen_id;
 
-int rds_rdma_cm_event_handler_cmn(struct rdma_cm_id *cm_id,
-                                 struct rdma_cm_event *event,
-                                 bool isv6)
+static int rds_rdma_cm_event_handler_cmn(struct rdma_cm_id *cm_id,
+                                        struct rdma_cm_event *event,
+                                        bool isv6)
 {
        /* this can be null in the listening path */
        struct rds_connection *conn = cm_id->context;

Reply via email to