automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw22279 [PATCH v2 04/22] bus/fslmc: add QBMAN driver to bus
       [not found] <1490359292-18773-5-git-send-email-hemant.agrawal@nxp.com>
@ 2017-03-26 21:56 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-03-26 21:56 UTC (permalink / raw)
  To: test-report; +Cc: Hemant Agrawal

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

_coding style issues_


WARNING:TYPECAST_INT_CONSTANT: Unnecessary typecast of c90 int constant
#397: FILE: drivers/bus/fslmc/qbman/include/compat.h:313:
+#define BITS_MASK(idx)	((unsigned long)1 << ((idx) & (BITS_PER_ULONG - 1)))

WARNING:TYPECAST_INT_CONSTANT: Unnecessary typecast of c90 int constant
#3709: FILE: drivers/bus/fslmc/qbman/qbman_private.h:163:
+	unsigned long start = p & ~(unsigned long)15;

WARNING:TYPECAST_INT_CONSTANT: Unnecessary typecast of c90 int constant
#3710: FILE: drivers/bus/fslmc/qbman/qbman_private.h:164:
+	unsigned long end = (p + sz + 15) & ~(unsigned long)15;

total: 0 errors, 3 warnings, 4101 lines checked

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

only message in thread, other threads:[~2017-03-26 21:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1490359292-18773-5-git-send-email-hemant.agrawal@nxp.com>
2017-03-26 21:56 ` [dpdk-test-report] |WARNING| pw22279 [PATCH v2 04/22] bus/fslmc: add QBMAN driver to bus 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).