net: remove trailing space in messages
[safe/jmp/linux-2.6] / net / dccp / ccids / ccid3.c
index bcd7632..d323589 100644 (file)
@@ -208,7 +208,7 @@ static void ccid3_hc_tx_no_feedback_timer(unsigned long data)
                goto restart_timer;
        }
 
-       ccid3_pr_debug("%s(%p, state=%s) - entry \n", dccp_role(sk), sk,
+       ccid3_pr_debug("%s(%p, state=%s) - entry\n", dccp_role(sk), sk,
                       ccid3_tx_state_name(hc->tx_state));
 
        if (hc->tx_state == TFRC_SSTATE_FBACK)