patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH 01/14] bus/fslmc: fix the cplusplus macro closure
       [not found] <1512710487-32388-2-git-send-email-hemant.agrawal@nxp.com>
@ 2017-12-12  5:23 ` Hemant Agrawal
  0 siblings, 0 replies; only message in thread
From: Hemant Agrawal @ 2017-12-12  5:23 UTC (permalink / raw)
  To: stable


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-12  5:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1512710487-32388-2-git-send-email-hemant.agrawal@nxp.com>
2017-12-12  5:23 ` [dpdk-stable] [PATCH 01/14] bus/fslmc: fix the cplusplus macro closure Hemant Agrawal

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).