Commit 5d8a2f01 authored by Hideaki Yoshifuji's avatar Hideaki Yoshifuji Committed by David S. Miller

[TCP]: Inline message.

D: [TCP] Diet using unknown
parent 0060be88
...@@ -1036,7 +1036,7 @@ static inline void tcp_reset_xmit_timer(struct sock *sk, int what, unsigned long ...@@ -1036,7 +1036,7 @@ static inline void tcp_reset_xmit_timer(struct sock *sk, int what, unsigned long
break; break;
default: default:
printk(KERN_DEBUG "bug: unknown timer value\n"); printk(timer_bug_msg);
}; };
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment