automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw55448 [PATCH v6 10/15] net/hinic/base: add various headers
       [not found] <ca4e21cc72295dcb76771f525cff4585018edfcb.1561620219.git.xuanziyang2@huawei.com>
@ 2019-06-27  8:07 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-06-27  8:07 UTC (permalink / raw)
  To: test-report; +Cc: Ziyang Xuan

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

_coding style issues_


CHECK:MACRO_ARG_REUSE: Macro argument reuse 'Y' - possible side-effects?
#105: FILE: drivers/net/hinic/base/hinic_compat.h:71:
+#define DIV_ROUND_UP(X, Y) (((X) + ((Y) - 1)) / (Y))

CHECK:MACRO_ARG_REUSE: Macro argument reuse 'Y' - possible side-effects?
#108: FILE: drivers/net/hinic/base/hinic_compat.h:74:
+#define ROUND_UP(X, Y) (DIV_ROUND_UP(X, Y) * (Y))

CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements
#122: FILE: drivers/net/hinic/base/hinic_compat.h:88:
+		HINIC_DRIVER_NAME": " fmt "
", ##args)

total: 0 errors, 0 warnings, 3 checks, 709 lines checked

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

only message in thread, other threads:[~2019-06-27  8:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <ca4e21cc72295dcb76771f525cff4585018edfcb.1561620219.git.xuanziyang2@huawei.com>
2019-06-27  8:07 ` [dpdk-test-report] |WARNING| pw55448 [PATCH v6 10/15] net/hinic/base: add various headers 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).