]> err.no Git - linux-2.6/blobdiff - include/net/inet_connection_sock.h
[PATCH] remove verify_area(): remove or edit references to verify_area in Documentation/
[linux-2.6] / include / net / inet_connection_sock.h
index 8a87a3a4f107515aa0197e891fbd61b7ef5374dc..651f824c10088e812ef1728c2d24d954a69faa48 100644 (file)
@@ -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
 }
@@ -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
 }