Re: [PATCH 01/28] powerpc/64s/exception: fix line wrap and semicolon inconsistencies in macros

2019-07-04 Thread Michael Ellerman
On Tue, 2019-06-11 at 14:30:13 UTC, Nicholas Piggin wrote: > By convention, all lines should be separated by a semicolons. Last line > should have neither semicolon or line wrap. > > No generated code change. > > Signed-off-by: Nicholas Piggin Applied to powerpc next, thanks. https://git.kerne

[PATCH 01/28] powerpc/64s/exception: fix line wrap and semicolon inconsistencies in macros

2019-06-11 Thread Nicholas Piggin
By convention, all lines should be separated by a semicolons. Last line should have neither semicolon or line wrap. No generated code change. Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/exception-64s.h | 36 ++--- arch/powerpc/include/asm/head-64.h | 68 +++