Re: [PATCH net-next] bridge: sparse fixes in br_ip6_multicast_alloc_query()

2017-01-17 Thread David Miller
From: Lance Richardson Date: Mon, 16 Jan 2017 18:11:35 -0500 > Changed type of csum field in struct igmpv3_query from __be16 to > __sum16 to eliminate type warning, made same change in struct > igmpv3_report for consistency. > > Fixed up an ntohs() where htons() should have been used instead. >

Re: [PATCH net-next] bridge: sparse fixes in br_ip6_multicast_alloc_query()

2017-01-17 Thread Stephen Hemminger
On Mon, 16 Jan 2017 18:11:35 -0500 Lance Richardson wrote: > Changed type of csum field in struct igmpv3_query from __be16 to > __sum16 to eliminate type warning, made same change in struct > igmpv3_report for consistency. > > Fixed up an ntohs() where htons() should have been used instead. > >

[PATCH net-next] bridge: sparse fixes in br_ip6_multicast_alloc_query()

2017-01-16 Thread Lance Richardson
Changed type of csum field in struct igmpv3_query from __be16 to __sum16 to eliminate type warning, made same change in struct igmpv3_report for consistency. Fixed up an ntohs() where htons() should have been used instead. Signed-off-by: Lance Richardson --- include/uapi/linux/igmp.h | 4 ++--