[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20081028.154418.132521921.davem@davemloft.net>
Date: Tue, 28 Oct 2008 15:44:18 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: johaahn@...il.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] Packet socket: mmapped IO: PACKET_TX_RING
From: Johann Baudy <johaahn@...il.com>
Date: Mon, 27 Oct 2008 10:33:25 +0100
> @@ -100,7 +101,7 @@ struct tpacket2_hdr
> enum tpacket_versions
> {
> TPACKET_V1,
> - TPACKET_V2,
> + TPACKET_V2
> };
>
> /*
Please don't do this, the comma there is intentional.
If a future patch adds a new version, the diff will be the
addition of one new line, instead of one changed line and one
new line.
--
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