Skip to content

Commit

Permalink
[IPVS]: "extern inline" -> "static inline"
Browse files Browse the repository at this point in the history
"extern inline" doesn't make much sense.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Sep 2, 2005
1 parent ff4cc3a commit 732db65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/net/ip_vs.h
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ static __inline__ int ip_vs_todrop(void)
*/
#define IP_VS_FWD_METHOD(cp) (cp->flags & IP_VS_CONN_F_FWD_MASK)

extern __inline__ char ip_vs_fwd_tag(struct ip_vs_conn *cp)
static inline char ip_vs_fwd_tag(struct ip_vs_conn *cp)
{
char fwd;

Expand Down

0 comments on commit 732db65

Please sign in to comment.