automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| [PATCH 20/56] net/sfc: import libefx Rx scatter support
       [not found] <1479740470-6723-21-git-send-email-arybchenko@solarflare.com>
@ 2016-11-21 15:02 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2016-11-21 15:02 UTC (permalink / raw)
  To: test-report; +Cc: Andrew Rybchenko

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <__checkReturn>
#84: FILE: drivers/net/sfc/efx/base/ef10_impl.h:577:
+extern	__checkReturn	efx_rc_t

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#108: FILE: drivers/net/sfc/efx/base/ef10_rx.c:169:
+	return (0);

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#284: FILE: drivers/net/sfc/efx/base/efx_rx.c:230:
+	if ((rc = erxop->erxo_scatter_enable(enp, buf_size)) != 0)

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#287: FILE: drivers/net/sfc/efx/base/efx_rx.c:233:
+	return (0);

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#291: FILE: drivers/net/sfc/efx/base/efx_rx.c:237:
+	return (rc);

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#335: FILE: drivers/net/sfc/efx/base/efx_rx.c:446:
+	return (0);

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#342: FILE: drivers/net/sfc/efx/base/efx_rx.c:453:
+	return (rc);

total: 6 errors, 0 warnings, 1 checks, 248 lines checked

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

only message in thread, other threads:[~2016-11-21 15:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1479740470-6723-21-git-send-email-arybchenko@solarflare.com>
2016-11-21 15:02 ` [dpdk-test-report] |WARNING| [PATCH 20/56] net/sfc: import libefx Rx scatter 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).