DPDK patches and discussions
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [memnic PATCH 3/3] common: remove double underscores
Date: Fri, 24 Jan 2014 17:18:32 +0100	[thread overview]
Message-ID: <ca51c424ebf2a88335901b811fb3842ba29d7fb1.1390580092.git.thomas.monjalon@6wind.com> (raw)
In-Reply-To: <cover.1390580092.git.thomas.monjalon@6wind.com>
In-Reply-To: <cover.1390580092.git.thomas.monjalon@6wind.com>

The usage of double underscores is reserved.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 common/memnic.h |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/memnic.h b/common/memnic.h
index 58dd019..e5b3c6f 100644
--- a/common/memnic.h
+++ b/common/memnic.h
@@ -28,8 +28,8 @@
  *
  */
 
-#ifndef __MEMNIC_H__
-#define __MEMNIC_H__
+#ifndef MEMNIC_H
+#define MEMNIC_H
 
 #define MEMNIC_MAGIC		0x43494e76
 #define MEMNIC_VERSION		0x00000001
@@ -135,4 +135,4 @@ static inline uint32_t cmpxchg(uint32_t *dst, uint32_t old, uint32_t new)
 }
 #endif /* __KERNEL__ */
 
-#endif /* __MEMNIC_H__ */
+#endif /* MEMNIC_H */
-- 
1.7.10.4

  parent reply	other threads:[~2014-01-24 16:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-24 16:18 [dpdk-dev] [memnic PATCH 0/3] cosmetic improvements Thomas Monjalon
2014-01-24 16:18 ` [dpdk-dev] [memnic PATCH 1/3] pmd: remove symlink Thomas Monjalon
2014-01-30 11:22   ` Hiroshi Shimamoto
2014-02-04 13:09     ` Thomas Monjalon
2014-01-24 16:18 ` [dpdk-dev] [memnic PATCH 2/3] pmd: remove useless includes Thomas Monjalon
2014-01-30 11:30   ` Hiroshi Shimamoto
2014-02-04 13:11     ` Thomas Monjalon
2014-01-24 16:18 ` Thomas Monjalon [this message]
2014-01-30 11:32   ` [dpdk-dev] [memnic PATCH 3/3] common: remove double underscores Hiroshi Shimamoto
2014-02-04 13:11     ` Thomas Monjalon

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=ca51c424ebf2a88335901b811fb3842ba29d7fb1.1390580092.git.thomas.monjalon@6wind.com \
    --to=thomas.monjalon@6wind.com \
    --cc=dev@dpdk.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 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).