2019-06-17 14:52:39

by Geert Uytterhoeven

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

"git diff" says:

\ No newline at end of file

after modifying the file.

Signed-off-by: Geert Uytterhoeven <[email protected]>
---
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/selftests/powerpc/mm/.gitignore
index ba919308fe3052f3..16861ab840f57e90 100644
--- a/tools/testing/selftests/powerpc/mm/.gitignore
+++ b/tools/testing/selftests/powerpc/mm/.gitignore
@@ -3,4 +3,4 @@ subpage_prot
tempfile
prot_sao
segv_errors
-wild_bctr
\ No newline at end of file
+wild_bctr
--
2.17.1


2019-06-18 12:23:31

by Michael Ellerman

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

Geert Uytterhoeven <[email protected]> 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/mm/.gitignore
> index ba919308fe3052f3..16861ab840f57e90 100644
> --- a/tools/testing/selftests/powerpc/mm/.gitignore
> +++ b/tools/testing/selftests/powerpc/mm/.gitignore
> @@ -3,4 +3,4 @@ subpage_prot
> tempfile
> prot_sao
> segv_errors
> -wild_bctr
> \ No newline at end of file
> +wild_bctr
> --
> 2.17.1

2019-06-18 12:35:27

by Geert Uytterhoeven

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

Hi Michael,

On Tue, Jun 18, 2019 at 2:23 PM Michael Ellerman <[email protected]> wrote:
> Geert Uytterhoeven <[email protected]> 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 ;-)

> > diff --git a/tools/testing/selftests/powerpc/mm/.gitignore b/tools/testing/selftests/powerpc/mm/.gitignore
> > index ba919308fe3052f3..16861ab840f57e90 100644
> > --- a/tools/testing/selftests/powerpc/mm/.gitignore
> > +++ b/tools/testing/selftests/powerpc/mm/.gitignore
> > @@ -3,4 +3,4 @@ subpage_prot
> > tempfile
> > prot_sao
> > segv_errors
> > -wild_bctr
> > \ No newline at end of file
> > +wild_bctr

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds

2019-07-08 03:56:30

by Michael Ellerman

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

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 <[email protected]>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/7b570361f6f66c91443541b19121038c076e7d64

cheers