[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20140212.094436.2293140925107427190.davem@davemloft.net>
Date: Wed, 12 Feb 2014 09:44:36 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: kda@...ux-powerpc.org
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next] ipv4: ip_forward: perform skb->pkt_type check
at the beginning
From: Denis Kirjanov <kda@...ux-powerpc.org>
Date: Wed, 12 Feb 2014 12:10:32 +0400
> + /* that should never happen */
> + if (skb->pkt_type != PACKET_HOST)
> + goto drop;
> +
At a minimum, this is not formatted properly. You are using spaces
instead of TAB characters.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists