[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180214224937.3f2feb80@canb.auug.org.au>
Date: Wed, 14 Feb 2018 22:49:37 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Progyan Bhattacharya <bprogyan@...il.com>
Cc: linux-kernel@...r.kernel.org, linux-next@...r.kernel.org,
narmstrong@...libre.com, akpm@...ux-foundation.org,
Arnd Bergmann <arnd@...db.de>,
Daniel Golle <daniel@...rotopia.org>,
Joe Perches <joe@...ches.com>
Subject: Re: [PATCH] Build: Scripts/Makefile: Remove Repeated Lines
Hi Progyan,
On Wed, 14 Feb 2018 14:55:58 +0530 Progyan Bhattacharya <bprogyan@...il.com> wrote:
>
> Last two lines of code was repreated and was causing build error.
>
> Signed-off-by: Progyan Bhattacharya <progyanb@....org>
> Cc: Arnd Bergmann <arnd@...db.de>
> Cc: Daniel Golle <daniel@...rotopia.org>
> Cc: Joe Perches <joe@...ches.com>
> Cc: Neil Armstrong <narmstrong@...libre.com>
> Cc: Andrew Morton <akpm@...ux-foundation.org>
> Cc: Stephen Rothwell <sfr@...b.auug.org.au>
> ---
> 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
Powered by blists - more mailing lists