On Thu, 28 Sep 2006, Venkat Yekkirala wrote:
> + }
> + else /* inbound */
> + /* loopback traffic should already be labeled
> + and any filtering on outbound should suffice */
> + if (in == &loopback_dev)
> + goto out;
Minor nit that akpm will point out, the else belongs on the same line as
the brace. Also, the comment style is:
/*
* Comment...
* etc.
*/
- James
--
James Morris
<[EMAIL PROTECTED]>
-
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