diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2019-06-17 16:52:04 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-07-03 07:19:36 +0200 |
commit | 7b570361f6f66c91443541b19121038c076e7d64 (patch) | |
tree | 18f58fad790c3e4a71891898a7d89f1c801b3306 /tools | |
parent | powerpc: Add barrier_nospec to raw_copy_in_user() (diff) | |
download | linux-7b570361f6f66c91443541b19121038c076e7d64.tar.xz linux-7b570361f6f66c91443541b19121038c076e7d64.zip |
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 <geert+renesas@glider.be>
[mpe: Rebase since addition of another test]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/powerpc/mm/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/mm/.gitignore b/tools/testing/selftests/powerpc/mm/.gitignore index d503b8764a8e..7101ffd08d66 100644 --- a/tools/testing/selftests/powerpc/mm/.gitignore +++ b/tools/testing/selftests/powerpc/mm/.gitignore @@ -4,4 +4,4 @@ tempfile prot_sao segv_errors wild_bctr -large_vm_fork_separation
\ No newline at end of file +large_vm_fork_separation |