patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Hemant Agrawal <hemant.agrawal@nxp.com>
To: <stable@dpdk.org>
Subject: [dpdk-stable] [PATCH 01/14] bus/fslmc: fix the cplusplus macro closure
Date: Tue, 12 Dec 2017 10:53:32 +0530	[thread overview]
Message-ID: <cc4a7a26-250c-7f09-f043-a67e9b600096@nxp.com> (raw)
In-Reply-To: <1512710487-32388-2-git-send-email-hemant.agrawal@nxp.com>


Fixes: 10f1614f36a6 ("drivers: refactor DPAA2 object definition")

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
---
  drivers/bus/fslmc/rte_fslmc.h | 8 ++++----
  1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/bus/fslmc/rte_fslmc.h b/drivers/bus/fslmc/rte_fslmc.h
index 4c32db6..0814e69 100644
--- a/drivers/bus/fslmc/rte_fslmc.h
+++ b/drivers/bus/fslmc/rte_fslmc.h
@@ -175,10 +175,6 @@ static void dpaa2initfn_ ##nm(void) \
  } \
  RTE_PMD_EXPORT_NAME(nm, __COUNTER__)
  -#ifdef __cplusplus
-}
-#endif
-
  /**
   * Register a DPAA2 MC Object driver.
   *
@@ -198,4 +194,8 @@ static void dpaa2objinitfn_ ##nm(void) \
  } \
  RTE_PMD_EXPORT_NAME(nm, __COUNTER__)
  +#ifdef __cplusplus
+}
+#endif
+
  #endif /* _RTE_FSLMC_H_ */
-- 
2.7.4

           reply	other threads:[~2017-12-12  5:23 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1512710487-32388-2-git-send-email-hemant.agrawal@nxp.com>]

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=cc4a7a26-250c-7f09-f043-a67e9b600096@nxp.com \
    --to=hemant.agrawal@nxp.com \
    --cc=stable@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).