From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Rothwell Subject: Re: [PATCH] Build: Scripts/Makefile: Remove Repeated Lines Date: Wed, 14 Feb 2018 22:49:37 +1100 Message-ID: <20180214224937.3f2feb80@canb.auug.org.au> References: <20180214092558.5846-1-progyanb@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from ozlabs.org ([103.22.144.67]:52069 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967378AbeBNLtk (ORCPT ); Wed, 14 Feb 2018 06:49:40 -0500 In-Reply-To: <20180214092558.5846-1-progyanb@acm.org> Sender: linux-next-owner@vger.kernel.org List-ID: To: Progyan Bhattacharya Cc: linux-kernel@vger.kernel.org, linux-next@vger.kernel.org, narmstrong@baylibre.com, akpm@linux-foundation.org, Arnd Bergmann , Daniel Golle , Joe Perches Hi Progyan, On Wed, 14 Feb 2018 14:55:58 +0530 Progyan Bhattacharya wrote: > > Last two lines of code was repreated and was causing build error. > > Signed-off-by: Progyan Bhattacharya > Cc: Arnd Bergmann > Cc: Daniel Golle > Cc: Joe Perches > Cc: Neil Armstrong > Cc: Andrew Morton > Cc: Stephen Rothwell > --- > scripts/Makefile.kasan | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/scripts/Makefile.kasan b/scripts/Makefile.kasan > index b7b9ecef44cc..69552a39951d 100644 > --- a/scripts/Makefile.kasan > +++ b/scripts/Makefile.kasan > @@ -45,7 +45,3 @@ endif > CFLAGS_KASAN_NOSANITIZE := -fno-builtin > > endif > - > -CFLAGS_KASAN_NOSANITIZE := -fno-builtin > - > -endif > -- > 2.16.1 > This file in linux-next and Linus' tree does not have the repeated lines. What tree did you see this in? -- Cheers, Stephen Rothwell