* [PATCH] Fix an unmatched comment end in arm/sha1_arm.S
@ 2007-05-12 10:35 Marco Costalba
2007-05-12 15:50 ` Nicolas Pitre
0 siblings, 1 reply; 2+ messages in thread
From: Marco Costalba @ 2007-05-12 10:35 UTC (permalink / raw)
To: Junio C Hamano; +Cc: Git Mailing List
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix an unmatched comment end in arm/sha1_arm.S
2007-05-12 10:35 [PATCH] Fix an unmatched comment end in arm/sha1_arm.S Marco Costalba
@ 2007-05-12 15:50 ` Nicolas Pitre
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Pitre @ 2007-05-12 15:50 UTC (permalink / raw)
To: Marco Costalba; +Cc: Junio C Hamano, Git Mailing List
On Sat, 12 May 2007, Marco Costalba wrote:
> Signed-off-by: Marco Costalba <mcostalba@gmail.com>
Since @ is already a line comment the spurious */ should already be
ignored. But worth cleaning up nevertheless.
Acked-by: Nicolas Pitre <nico@cam.org>
> ---
> 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@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Nicolas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-12 15:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-12 10:35 [PATCH] Fix an unmatched comment end in arm/sha1_arm.S Marco Costalba
2007-05-12 15:50 ` Nicolas Pitre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).