Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6469
b: refs/heads/master
c: d8971fc
h: refs/heads/master
i:
  6467: 03f979c
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Aug 30, 2005
1 parent 118c18f commit ebbedb7
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: 1fdab81e675c6ef76a49b8aabb7eaf4be51d1b80
refs/heads/master: d8971fcb702e24d1e22c77fd1772f182ffee87e3
4 changes: 2 additions & 2 deletions trunk/include/net/inet_connection_sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static inline void inet_csk_clear_xmit_timer(struct sock *sk, const int what)
}
#ifdef INET_CSK_DEBUG
else {
pr_debug(inet_csk_timer_bug_msg);
pr_debug("%s", inet_csk_timer_bug_msg);
}
#endif
}
Expand Down Expand Up @@ -180,7 +180,7 @@ static inline void inet_csk_reset_xmit_timer(struct sock *sk, const int what,
}
#ifdef INET_CSK_DEBUG
else {
pr_debug(inet_csk_timer_bug_msg);
pr_debug("%s", inet_csk_timer_bug_msg);
}
#endif
}
Expand Down

0 comments on commit ebbedb7

Please sign in to comment.