Skip to content

Commit

Permalink
sparc64: Add missing newline at end of file
Browse files Browse the repository at this point in the history
"git diff" says:

    \ No newline at end of file

after modifying the file.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Geert Uytterhoeven authored and David S. Miller committed Jul 9, 2019
1 parent 15d5dfa commit 61daf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sparc/lib/NG4clear_page.S
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ NG4clear_user_page: /* %o0=dest, %o1=vaddr */
retl
nop
.size NG4clear_page,.-NG4clear_page
.size NG4clear_user_page,.-NG4clear_user_page
.size NG4clear_user_page,.-NG4clear_user_page

0 comments on commit 61daf52

Please sign in to comment.