Skip to content

Commit

Permalink
sparc64: Fix trailing whitespace in NG4 memcpy.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Sep 28, 2012
1 parent 9019205 commit 42a4172
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/sparc/lib/NG4memcpy.S
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ FUNC_NAME: /* %o0=dst, %o1=src, %o2=len */
and %g1, 0x7, %g1
brz,pt %g1, 51f
sub %o2, %g1, %o2

1: EX_LD(LOAD(ldub, %o1 + 0x00, %g2))
add %o1, 1, %o1
subcc %g1, 1, %g1
Expand Down Expand Up @@ -143,7 +143,7 @@ FUNC_NAME: /* %o0=dst, %o1=src, %o2=len */
and %g1, 0x3f, %g1
brz,pt %g1, .Llarge_aligned
sub %o2, %g1, %o2

1: EX_LD(LOAD(ldx, %o1 + 0x00, %g2))
add %o1, 8, %o1
subcc %g1, 8, %g1
Expand Down Expand Up @@ -287,7 +287,7 @@ FUNC_NAME: /* %o0=dst, %o1=src, %o2=len */
and %g1, 0x7, %g1
brz,pt %g1, 2f
sub %o2, %g1, %o2

1: EX_LD(LOAD(ldub, %o1 + 0x00, %g2))
add %o1, 1, %o1
subcc %g1, 1, %g1
Expand Down

0 comments on commit 42a4172

Please sign in to comment.