Commit 49082d39 authored by Andrew Morton's avatar Andrew Morton Committed by Sridhar Samudrala

[IPV4]: Kill bogus semicolon in fib_get_next.

parent 769c754e
...@@ -941,7 +941,7 @@ static __inline__ struct fib_node *fib_get_next(struct seq_file *seq) ...@@ -941,7 +941,7 @@ static __inline__ struct fib_node *fib_get_next(struct seq_file *seq)
if (!iter->zone) if (!iter->zone)
goto out; goto out;
if (iter->zone->fz_next); if (iter->zone->fz_next)
break; break;
} }
......
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