DPDK patches and discussions
 help / color / mirror / Atom feed
From: Weiguo Li <liwg06@foxmail.com>
To: dev@dpdk.org
Cc: bruce.richardson@intel.com, rahul.lakkireddy@chelsio.com
Subject: [PATCH v2 3/6] net/cxgbe: fix the curly braces mismatch problem
Date: Mon,  7 Feb 2022 20:36:58 +0800	[thread overview]
Message-ID: <tencent_6E40C4256681A7E5D421C24487EF7B6E8405@qq.com> (raw)
In-Reply-To: <20220207123701.3281556-1-liwg06@foxmail.com>

Remove the incomplete cplusplus guard in internal header.

Fixes: 3bd122eef2cc ("cxgbe/base: add hardware API for Chelsio T5 series adapters")
Cc: rahul.lakkireddy@chelsio.com

Signed-off-by: Weiguo Li <liwg06@foxmail.com>
---
 drivers/net/cxgbe/base/common.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/net/cxgbe/base/common.h b/drivers/net/cxgbe/base/common.h
index 58d7d7a8f2..af987b0d5d 100644
--- a/drivers/net/cxgbe/base/common.h
+++ b/drivers/net/cxgbe/base/common.h
@@ -12,10 +12,6 @@
 #include "t4_chip_type.h"
 #include "t4fw_interface.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #define CXGBE_PAGE_SIZE RTE_PGSIZE_4K
 
 #define T4_MEMORY_WRITE 0
-- 
2.25.1


  parent reply	other threads:[~2022-02-07 12:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220207123701.3281556-1-liwg06@foxmail.com>
2022-02-07 12:36 ` [PATCH v2 2/6] common/mlx5: " Weiguo Li
2022-02-07 12:36 ` Weiguo Li [this message]
2022-02-07 12:36 ` [PATCH v2 4/6] net/dpaa2: " Weiguo Li
2022-02-07 12:37 ` [PATCH v2 5/6] eal/windows: " Weiguo Li
2022-02-07 13:15   ` Dmitry Kozlyuk
2022-02-07 22:19   ` Kadam, Pallavi
2022-02-07 12:37 ` [PATCH v2 6/6] eventdev: remove cplusplus guard in private header file Weiguo Li

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=tencent_6E40C4256681A7E5D421C24487EF7B6E8405@qq.com \
    --to=liwg06@foxmail.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=rahul.lakkireddy@chelsio.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).