[openib-general] [PATCH][SDP][5/22] Remove use of leading underscores in static names in sdp_conn.h
Tom Duffy
Tom.Duffy at Sun.COM
Mon Feb 28 14:00:50 PST 2005
Signed-off-by: Tom Duffy <tduffy at sun.com>
Index: drivers/infiniband/ulp/sdp/sdp_conn.h
===================================================================
--- drivers/infiniband/ulp/sdp/sdp_conn.h (revision 1929)
+++ drivers/infiniband/ulp/sdp/sdp_conn.h (working copy)
@@ -534,7 +534,7 @@ static inline int sdp_conn_error(struct
return -error;
}
-static inline void *__hashent_arg(s32 hashent)
+static inline void *hashent_arg(s32 hashent)
{
return (void *)(unsigned long)hashent;
}
More information about the general
mailing list