arch/alpha/lib/ev67-strlen_user.S:66: ERROR: trailing whitespace Signed-off-by: Andrea Gelmini <andrea.gelmini@xxxxxxxxx> --- arch/alpha/lib/ev67-strlen_user.S | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/alpha/lib/ev67-strlen_user.S b/arch/alpha/lib/ev67-strlen_user.S index 57e0d77..f07f41a 100644 --- a/arch/alpha/lib/ev67-strlen_user.S +++ b/arch/alpha/lib/ev67-strlen_user.S @@ -63,7 +63,7 @@ __strnlen_user: insqh t1, a0, t1 # U : andnot a0, 7, v0 # E : or t1, t0, t0 # E : - subq a0, 1, a0 # E : get our +1 for the return + subq a0, 1, a0 # E : get our +1 for the return cmpbge zero, t0, t1 # E : t1 <- bitmask: bit i == 1 <==> i-th byte == 0 subq a1, 7, t2 # E : -- 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