]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[NET]: Annotate h_proto in struct ethhdr
authorPavel Roskin <proski@gnu.org>
Thu, 10 Nov 2005 21:03:08 +0000 (13:03 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Nov 2005 21:03:08 +0000 (13:03 -0800)
commitac57d04267383829ce817e522e4ebbb39f50ae75
tree5a011cf76a5aa8698d33fbb80655561e31e8ac47
parentfb286bb2990a107009dbf25f6ffebeb7df77f9be
[NET]: Annotate h_proto in struct ethhdr

The protocol field in ethernet headers is big-endian and should be
annotated as such.  This patch allows detection of missing ntohs() calls
on the ethernet protocol field when sparse is run with __CHECK_ENDIAN__
defined.

This is a revised version that includes <linux/types.h> so that the
userspace programs are not confused by __be16.  Thanks to David S.
Miller.

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_ether.h