On Sat, 12 May 2007, Marco Costalba wrote: > Signed-off-by: Marco Costalba <mcostalba@xxxxxxxxx> Since @ is already a line comment the spurious */ should already be ignored. But worth cleaning up nevertheless. Acked-by: Nicolas Pitre <nico@xxxxxxx> > --- > arm/sha1_arm.S | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/arm/sha1_arm.S b/arm/sha1_arm.S > index da92d20..a328b73 100644 > --- a/arm/sha1_arm.S > +++ b/arm/sha1_arm.S > @@ -23,7 +23,7 @@ sha_transform: > stmfd sp!, {r4 - r8, lr} > > @ for (i = 0; i < 16; i++) > - @ W[i] = ntohl(((uint32_t *)data)[i]); */ > + @ W[i] = ntohl(((uint32_t *)data)[i]); > > #ifdef __ARMEB__ > mov r4, r0 > -- > 1.5.2.rc3 > - > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > Nicolas - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html