[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110608090305.370f5857@nehalam.ftrdhcpuser.net>
Date: Wed, 8 Jun 2011 09:03:05 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: Chetan Loke <loke.chetan@...il.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net,
eric.dumazet@...il.com, kaber@...sh.net, johann.baudy@...-log.net,
Chetan Loke <lokec@....neu.edu>
Subject: Re: [af-packet 1/2] Enhance af-packet to provide (near
zero)lossless packet capture functionality.
On Tue, 7 Jun 2011 23:13:05 -0400
Chetan Loke <loke.chetan@...il.com> wrote:
> --- a/include/linux/if_packet.h
> +++ b/include/linux/if_packet.h
> @@ -24,7 +24,7 @@ struct sockaddr_ll {
> #define PACKET_HOST 0 /* To us */
> #define PACKET_BROADCAST 1 /* To all */
> #define PACKET_MULTICAST 2 /* To group */
> -#define PACKET_OTHERHOST 3 /* To someone else */
> +#define PACKET_OTHERHOST 3 /* To someone else */
Useless whitespace change in patch. It makes sense to review the resulting
diff and avoid this kind of stuff creeping in.
--
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