diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-09-05 05:16:50 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-09-05 05:16:50 -0400 |
commit | 586a4ac509b041df55f26c2b26cd7cbdaf9b045d (patch) | |
tree | dd91fe472070836465da7901f22869b54b2999b8 /include/net/inet_connection_sock.h | |
parent | 374b1873571bf80dc0c1fcceaaad067980f3b9de (diff) | |
parent | 6b39374a27eb4be7e9d82145ae270ba02ea90dc8 (diff) |
/spare/repo/libata-dev branch 'master'
Diffstat (limited to 'include/net/inet_connection_sock.h')
-rw-r--r-- | include/net/inet_connection_sock.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h index 8a87a3a4f107..651f824c1008 100644 --- a/include/net/inet_connection_sock.h +++ b/include/net/inet_connection_sock.h | |||
@@ -147,7 +147,7 @@ static inline void inet_csk_clear_xmit_timer(struct sock *sk, const int what) | |||
147 | } | 147 | } |
148 | #ifdef INET_CSK_DEBUG | 148 | #ifdef INET_CSK_DEBUG |
149 | else { | 149 | else { |
150 | pr_debug(inet_csk_timer_bug_msg); | 150 | pr_debug("%s", inet_csk_timer_bug_msg); |
151 | } | 151 | } |
152 | #endif | 152 | #endif |
153 | } | 153 | } |
@@ -180,7 +180,7 @@ static inline void inet_csk_reset_xmit_timer(struct sock *sk, const int what, | |||
180 | } | 180 | } |
181 | #ifdef INET_CSK_DEBUG | 181 | #ifdef INET_CSK_DEBUG |
182 | else { | 182 | else { |
183 | pr_debug(inet_csk_timer_bug_msg); | 183 | pr_debug("%s", inet_csk_timer_bug_msg); |
184 | } | 184 | } |
185 | #endif | 185 | #endif |
186 | } | 186 | } |