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

[NET]: Fix typo in previous neighbour.c change.

parent d30ba2c3
......@@ -440,7 +440,7 @@ void neigh_destroy(struct neighbour *neigh)
if (!neigh->dead) {
printk(KERN_WARNING
"Destroying alive neighbour %p from %08lx\n", neigh);
"Destroying alive neighbour %p\n", neigh);
dump_stack();
return;
}
......
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