Re: [PATCH] Fix an unmatched comment end in arm/sha1_arm.S

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux