Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 327425
b: refs/heads/master
c: 1f07b62
h: refs/heads/master
i:
  327423: 5186ad1
v: v3
  • Loading branch information
Cong Wang authored and David S. Miller committed Aug 15, 2012
1 parent a24b9ef commit 9365869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e1fc3b14f9a90d9591016749289f2c3d7b35fbf4
refs/heads/master: 1f07b62f3205f6ed41759df2892eaf433bc051a1
4 changes: 2 additions & 2 deletions trunk/include/net/sctp/sctp.h
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ void sctp_dbg_objcnt_exit(struct net *);
#define SCTP_DBG_OBJCNT_INC(name)
#define SCTP_DBG_OBJCNT_DEC(name)

static inline void sctp_dbg_objcnt_init(struct net *) { return; }
static inline void sctp_dbg_objcnt_exit(struct net *) { return; }
static inline void sctp_dbg_objcnt_init(struct net *net) { return; }
static inline void sctp_dbg_objcnt_exit(struct net *net) { return; }

#endif /* CONFIG_SCTP_DBG_OBJCOUNT */

Expand Down

0 comments on commit 9365869

Please sign in to comment.