Re: [PATCH] Build: Scripts/Makefile: Remove Repeated Lines

2018-02-15 Thread Randy Dunlap
On 02/15/2018 01:38 AM, Progyan Bhattacharya wrote: > I think some merge error happened in my local workspace. > > Yes the file is correct in Linus's tree as well as current HEAD of linux-next. > Thanks. > I will update my tree accordingly. > > About the nonstandard range statements in case, shou

Re: [PATCH] Build: Scripts/Makefile: Remove Repeated Lines

2018-02-14 Thread Randy Dunlap
On 02/14/2018 09:05 PM, Stephen Rothwell wrote: > Hi Progyan, > > On Thu, 15 Feb 2018 09:50:03 +0530 Progyan Bhattacharya > wrote: >> > >> PS: I have another question, Is use of range expression within case >> statements allowed in Kernel? If not, are we using If-Else ladder for that? > > I am

Re: [PATCH] Build: Scripts/Makefile: Remove Repeated Lines

2018-02-14 Thread Stephen Rothwell
Hi Progyan, On Thu, 15 Feb 2018 10:04:18 +0530 Progyan Bhattacharya wrote: > > I did some ground work and found this particular commit that causing the > error. > > Commit Hash: d96977a8c2266792397ed9814bb84b5129a278ad That hash does not appear in linux-next (or Linus' tree). > Commit Body: >

Re: [PATCH] Build: Scripts/Makefile: Remove Repeated Lines

2018-02-14 Thread Stephen Rothwell
Hi Progyan, On Thu, 15 Feb 2018 09:50:03 +0530 Progyan Bhattacharya wrote: > > The last commit I have in here: > > 8396647363e1 (origin/next, next) Add linux-next specific files for 20180206 I don't know where you got that from, as my copy of that commit has SHA1 417c85c22818aefd973fa957b62fb1

Re: [PATCH] Build: Scripts/Makefile: Remove Repeated Lines

2018-02-14 Thread Stephen Rothwell
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:

[PATCH] Build: Scripts/Makefile: Remove Repeated Lines

2018-02-14 Thread Progyan Bhattacharya
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