arch/alpha/lib/strlen_user.S:52: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini <andrea.gelmini@xxxxxxxxx> --- arch/alpha/lib/strlen_user.S | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/alpha/lib/strlen_user.S b/arch/alpha/lib/strlen_user.S index 508a18e..133e4a1 100644 --- a/arch/alpha/lib/strlen_user.S +++ b/arch/alpha/lib/strlen_user.S @@ -49,7 +49,7 @@ __strnlen_user: insqh t1, a0, t1 andnot a0, 7, v0 or t1, t0, t0 - subq a0, 1, a0 # get our +1 for the return + subq a0, 1, a0 # get our +1 for the return cmpbge zero, t0, t1 # t1 <- bitmask: bit i == 1 <==> i-th byte == 0 subq a1, 7, t2 subq a0, v0, t0 -- 1.7.1.251.gf80a2 -- To unsubscribe from this list: send the line "unsubscribe linux-alpha" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html