Re: [PATCH] selftests/powerpc: Add missing newline at end of file

2019-07-07 Thread Michael Ellerman
On Mon, 2019-06-17 at 14:52:04 UTC, Geert Uytterhoeven wrote: > "git diff" says: > > \ No newline at end of file > > after modifying the file. > > Signed-off-by: Geert Uytterhoeven Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/7b570361f6f66c91443541b19121038c076e7d64

Re: [PATCH] selftests/powerpc: Add missing newline at end of file

2019-06-18 Thread Geert Uytterhoeven
Hi Michael, On Tue, Jun 18, 2019 at 2:23 PM Michael Ellerman wrote: > Geert Uytterhoeven writes: > > "git diff" says: > > > > \ No newline at end of file > > > > after modifying the file. > > Is that a problem? > > Just curious because it was presumably me that broke it :) It looks messy ;-

Re: [PATCH] selftests/powerpc: Add missing newline at end of file

2019-06-18 Thread Michael Ellerman
Geert Uytterhoeven writes: > "git diff" says: > > \ No newline at end of file > > after modifying the file. Is that a problem? Just curious because it was presumably me that broke it :) cheers > diff --git a/tools/testing/selftests/powerpc/mm/.gitignore > b/tools/testing/selftests/powerpc

[PATCH] selftests/powerpc: Add missing newline at end of file

2019-06-17 Thread Geert Uytterhoeven
"git diff" says: \ No newline at end of file after modifying the file. Signed-off-by: Geert Uytterhoeven --- tools/testing/selftests/powerpc/mm/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/powerpc/mm/.gitignore b/tools/testing/self