From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Brivio Subject: Re: [PATCH] geneve: Add missing braces in addr6 initializer Date: Mon, 12 Nov 2018 23:19:17 +0100 Message-ID: <20181112231917.4f2f07b5@redhat.com> References: <20181112221248.11477-1-natechancellor@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , Sabrina Dubroca , netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: Nathan Chancellor Return-path: In-Reply-To: <20181112221248.11477-1-natechancellor@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Mon, 12 Nov 2018 15:12:48 -0700 Nathan Chancellor wrote: > Clang warns: > > drivers/net/geneve.c:428:29: error: suggest braces around initialization > of subobject [-Werror,-Wmissing-braces] > struct in6_addr addr6 = { 0 }; > ^ > {} > > Fixes: a07966447f39 ("geneve: ICMP error lookup handler") > Signed-off-by: Nathan Chancellor Thanks for spotting this. By the way, I guess you should indicate in the subject when patches are meant for net-next. Reviewed-by: Stefano Brivio -- Stefano