From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2 3/3] ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms() Date: Thu, 15 Nov 2012 13:57:08 -0500 (EST) Message-ID: <20121115.135708.782589046698768339.davem@davemloft.net> References: <1352985602.4497.31.camel@edumazet-glaptop> <1352988402-16950-1-git-send-email-nicolas.dichtel@6wind.com> <1352988402-16950-3-git-send-email-nicolas.dichtel@6wind.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: eric.dumazet@gmail.com, netdev@vger.kernel.org, fengguang.wu@intel.com To: nicolas.dichtel@6wind.com Return-path: Received: from shards.monkeyblade.net ([149.20.54.216]:46928 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1768736Ab2KOS5J (ORCPT ); Thu, 15 Nov 2012 13:57:09 -0500 In-Reply-To: <1352988402-16950-3-git-send-email-nicolas.dichtel@6wind.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Nicolas Dichtel Date: Thu, 15 Nov 2012 15:06:42 +0100 > This change fixes a sparse warning triggered by casting the flowinfo from > netlink messages in an u32 instead of be32. This change corrects that in order > to resolve the sparse warning. > > Reported-by: Fengguang Wu > Signed-off-by: Nicolas Dichtel Applied.