In article <[EMAIL PROTECTED]> (at Wed, 23 Aug 2006 13:22:06 -0400), Brian 
Haley <[EMAIL PROTECTED]> says:

> > +   /* not_found */
> > +   return -1;
> > + bad:
> > +   return -1;
> > +}
> 
> You could change this to:
> 
>       /* not_found */
>     bad:
>       return -1;
>     }

Right.  I think our compiler is smart enough to eliminate that though.
(Similar clean-up will be done for ipv6_rearrange_destopt() as well.)

--yoshfuji
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to