From: Andreas Schwab <schwab@linux-m68k.org>
To: "Justin P. Mattock" <justinmattock@gmail.com>
Cc: trivial@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH]Remove extra semicolon's in the kernel.
Date: Tue, 26 Jul 2011 21:36:54 +0200 [thread overview]
Message-ID: <m2zkk0q1ex.fsf@igel.home> (raw)
In-Reply-To: <1311704763-6682-1-git-send-email-justinmattock@gmail.com> (Justin P. Mattock's message of "Tue, 26 Jul 2011 11:26:03 -0700")
"Justin P. Mattock" <justinmattock@gmail.com> writes:
> diff --git a/arch/ia64/include/asm/mca_asm.h b/arch/ia64/include/asm/mca_asm.h
> index dd2a5b1..d57d3c0 100644
> --- a/arch/ia64/include/asm/mca_asm.h
> +++ b/arch/ia64/include/asm/mca_asm.h
> @@ -46,11 +46,11 @@
> * 1. Put 0x7 in bits 61 thru 63.
> */
> #define DATA_PA_TO_VA(addr,temp) \
> - mov temp = 0x7 ;; \
> + mov temp = 0x7; \
Double semicolons are significant in the ia64 assembler language.
> diff --git a/scripts/setlocalversion b/scripts/setlocalversion
> index 4d40384..e187f1f 100755
> --- a/scripts/setlocalversion
> +++ b/scripts/setlocalversion
> @@ -101,7 +101,7 @@ scm_version()
> # Are there uncommitted changes?
> # These are represented by + after the changeset id.
> case "$hgid" in
> - *+|*+\ *) printf '%s' -dirty ;;
> + *+|*+\ *) printf '%s' -dirty;
Double semicolons are significant in the Bourne shell language.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next prev parent reply other threads:[~2011-07-26 19:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-26 18:26 [PATCH]Remove extra semicolon's in the kernel Justin P. Mattock
2011-07-26 19:36 ` Andreas Schwab [this message]
2011-07-27 4:09 ` Justin P. Mattock
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=m2zkk0q1ex.fsf@igel.home \
--to=schwab@linux-m68k.org \
--cc=justinmattock@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.