aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-11-19 15:54:38 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-19 15:54:38 -0800
commitb88ed5cc884e4c28d787cf0912b8635376f16a87 (patch)
treee2668a2e0c8565145a8f43139b5f407be2f29968 /net/ipv4
parentde339c2aa7fea18410b1abeab5674bfbd4073a63 (diff)
net: ipg.c fix bracing on endian swapping
rxfd->frag_info is a __le64, IPG_RFI_FRAGLEN is a cpu-endian constant and wants to be outside of the le64_to_cpu. Fixed in multiple places. Also an occurrence where le64_to_cpu was used instead of cpu_to_le64 Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
0 files changed, 0 insertions, 0 deletions