git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nicolas Pitre <nico@cam.org>
To: Marco Costalba <mcostalba@gmail.com>
Cc: Junio C Hamano <junkio@cox.net>, Git Mailing List <git@vger.kernel.org>
Subject: Re: [PATCH] Fix an unmatched comment end in arm/sha1_arm.S
Date: Sat, 12 May 2007 11:50:54 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LFD.0.99.0705121149120.24220@xanadu.home> (raw)
In-Reply-To: <e5bfff550705120335t6728ef82u234bb77d4f9e3d77@mail.gmail.com>

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

      reply	other threads:[~2007-05-12 15:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LFD.0.99.0705121149120.24220@xanadu.home \
    --to=nico@cam.org \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    --cc=mcostalba@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).