* [dpdk-test-report] |WARNING| pw37310 [PATCH v2 1/4] net/nfp: add NFP CPP support
[not found] <1522939367-5392-2-git-send-email-alejandro.lucero@netronome.com>
@ 2018-04-05 14:44 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-04-05 14:44 UTC (permalink / raw)
To: test-report; +Cc: Alejandro Lucero
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/37310
_coding style issues_
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'x' - possible side-effects?
#846: FILE: drivers/net/nfp/nfpcore/nfp-common/nfp_platform.h:27:
+#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
CHECK:MACRO_ARG_REUSE: Macro argument reuse 'model' - possible side-effects?
#1748: FILE: drivers/net/nfp/nfpcore/nfp_cpp.h:211:
+#define NFP_CPP_MODEL_IS_6000(model) \
+ ((NFP_CPP_MODEL_CHIP_of(model) >= 0x4000) && \
+ (NFP_CPP_MODEL_CHIP_of(model) < 0x7000))
CHECK:CAMELCASE: Avoid CamelCase: <PRIx64>
#5675: FILE: drivers/net/nfp/nfpcore/nfp_nsp.c:226:
+ printf("Host buffer out of reach %08x %" PRIx64 "
",
CHECK:CAMELCASE: Avoid CamelCase: <PRIu64>
#7367: FILE: drivers/net/nfp/nfpcore/nfp_rtsym.c:61:
+ printf(" name=%s, addr=%" PRIx64 ", size=%" PRIu64 ",target=%d
",
CHECK:CAMELCASE: Avoid CamelCase: <PRId64>
#7582: FILE: drivers/net/nfp/nfpcore/nfp_rtsym.c:276:
+ printf("rtsym '%s' unsupported size: %" PRId64 "
",
total: 0 errors, 0 warnings, 5 checks, 8044 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-04-05 14:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1522939367-5392-2-git-send-email-alejandro.lucero@netronome.com>
2018-04-05 14:44 ` [dpdk-test-report] |WARNING| pw37310 [PATCH v2 1/4] net/nfp: add NFP CPP support checkpatch
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).