From: John Kacur <jkacur@gmail.com>
To: Carsten Emde <Carsten.Emde@osadl.org>
Cc: Clark Williams <williams@redhat.com>,
Thomas Gleixner <tglx@linutronix.de>,
linux-rt-users@vger.kernel.org
Subject: Re: [PATCH 3/4] rt-tests: Clean-up - protect rt-utils.h
Date: Tue, 22 Dec 2009 00:41:28 +0100 [thread overview]
Message-ID: <520f0cf10912211541s5290b08i11171c6251b3a0ca@mail.gmail.com> (raw)
In-Reply-To: <4B30002F.3030209@osadl.org>
On Tue, Dec 22, 2009 at 12:09 AM, Carsten Emde <Carsten.Emde@osadl.org> wrote:
> On 12/21/2009 10:45 PM, John Kacur wrote:
>> Clean-up: Protect rt-utils.h with #ifndef RT_UTILS_H
>> [..]
>> +#ifndef RT_UTILS.H
> Macro names should only consist of alphanumeric characters and
> underscores, i.e. 'a-z', 'A-Z', '0-9', and '_', and the first character
> should not be a digit.
>
> Signed-off-by: Carsten Emde <C.Emde@osadl.org>
>
> diff --git a/src/lib/rt-utils.h b/src/lib/rt-utils.h
> index fbdcf2b..e7a1908 100644
> --- a/src/lib/rt-utils.h
> +++ b/src/lib/rt-utils.h
> @@ -1,5 +1,5 @@
> -#ifndef RT_UTILS.H
> -#define RT_UTILS.H
> +#ifndef RT_UTILS_H
> +#define RT_UTILS_H
>
> #define _STR(x) #x
> #define STR(x) _STR(x)
> @@ -8,4 +8,4 @@
> int check_privs(void);
> char *get_debugfileprefix(void);
>
> -#endif /* RT_UTILS.H */
> +#endif /* RT_UTILS_H */
> --
> To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
Thanks Carsten.
That was a good sign that I was getting tired! I think Clark already
fixed that up.
John
--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-12-21 23:41 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-21 21:45 [PATCH 0/4] *** Add a get_cpu() library *** John Kacur
2009-12-21 21:45 ` [PATCH 1/4] rt-tests: Makefile - Changes to unify and simplify the Makefile John Kacur
2009-12-21 21:45 ` [PATCH 2/4] rt-tests: Add a get_cpu() function to the library John Kacur
2009-12-21 21:45 ` [PATCH 3/4] rt-tests: Clean-up - protect rt-utils.h John Kacur
2009-12-21 21:45 ` [PATCH 4/4] Completely remove VERSION_STRING until we have a better solution John Kacur
2009-12-21 23:09 ` [PATCH 3/4] rt-tests: Clean-up - protect rt-utils.h Carsten Emde
2009-12-21 23:19 ` Clark Williams
2009-12-21 23:43 ` Carsten Emde
2009-12-21 23:41 ` John Kacur [this message]
2009-12-21 22:54 ` [PATCH 0/4] *** Add a get_cpu() library *** Clark Williams
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=520f0cf10912211541s5290b08i11171c6251b3a0ca@mail.gmail.com \
--to=jkacur@gmail.com \
--cc=Carsten.Emde@osadl.org \
--cc=linux-rt-users@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=williams@redhat.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).