Commit ed2f6ca5 authored by David S. Miller's avatar David S. Miller

net/ipv6/route.c: Fix typo in previous change.

parent 5272a288
......@@ -269,9 +269,8 @@ static struct rt6_info *rt6_best_dflt(struct rt6_info *rt, int oif)
if (match) {
if (rt6_dflt_pointer != match)
RT6_TRACE1(KERN_INFO
"changed default router: %p->%p\n",
rt6_dflt_pointer, match);
RT6_TRACE("changed default router: %p->%p\n",
rt6_dflt_pointer, match);
rt6_dflt_pointer = match;
}
spin_unlock(&rt6_dflt_lock);
......
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