automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Chengwen Feng <fengchengwen@huawei.com>
Subject: |WARNING| pw156407 [PATCH v5 4/5] drivers: add semicolon when export any symbol
Date: Wed,  3 Sep 2025 04:05:38 +0200 (CEST)	[thread overview]
Message-ID: <20250903020538.7943B12400B@dpdk.org> (raw)
In-Reply-To: <20250903020547.12347-5-fengchengwen@huawei.com>

Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/156407

_coding style issues_


WARNING:MACRO_ARG_UNUSED: Argument 'symbol' is not used in function-like macro
#9365: FILE: lib/eal/common/eal_export.h:14:
+#define RTE_EXPORT_EXPERIMENTAL_SYMBOL(symbol, ver)	extern int dummy_rte_export_symbol

WARNING:MACRO_ARG_UNUSED: Argument 'ver' is not used in function-like macro
#9365: FILE: lib/eal/common/eal_export.h:14:
+#define RTE_EXPORT_EXPERIMENTAL_SYMBOL(symbol, ver)	extern int dummy_rte_export_symbol

WARNING:MACRO_ARG_UNUSED: Argument 'symbol' is not used in function-like macro
#9366: FILE: lib/eal/common/eal_export.h:15:
+#define RTE_EXPORT_INTERNAL_SYMBOL(symbol)		extern int dummy_rte_export_symbol

WARNING:MACRO_ARG_UNUSED: Argument 'symbol' is not used in function-like macro
#9367: FILE: lib/eal/common/eal_export.h:16:
+#define RTE_EXPORT_SYMBOL(symbol)			extern int dummy_rte_export_symbol

total: 0 errors, 4 warnings, 7966 lines checked

           reply	other threads:[~2025-09-03  2:08 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20250903020547.12347-5-fengchengwen@huawei.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=20250903020538.7943B12400B@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=fengchengwen@huawei.com \
    --cc=test-report@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).