automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw32664 [PATCH 06/14] net/sfc/base: add function to create packed stream RxQ
       [not found] <1514112404-13398-7-git-send-email-arybchenko@solarflare.com>
@ 2017-12-24 10:48 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-12-24 10:48 UTC (permalink / raw)
  To: test-report; +Cc: Andrew Rybchenko

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

_coding style issues_


WARNING:TYPO_SPELLING: 'paramters' may be misspelled - perhaps 'parameters'?
#19: 
applicable paramters.

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'ps_buf_size != MC_CMD_INIT_RXQ_EXT_IN_PS_BUFF_1M'
#128: FILE: drivers/net/sfc/base/ef10_rx.c:1024:
+		if ((ps_buf_size != MC_CMD_INIT_RXQ_EXT_IN_PS_BUFF_1M) &&
 		    (encp->enc_rx_var_packed_stream_supported == B_FALSE)) {

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'encp->enc_rx_var_packed_stream_supported == B_FALSE'
#128: FILE: drivers/net/sfc/base/ef10_rx.c:1024:
+		if ((ps_buf_size != MC_CMD_INIT_RXQ_EXT_IN_PS_BUFF_1M) &&
 		    (encp->enc_rx_var_packed_stream_supported == B_FALSE)) {

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

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#260: FILE: drivers/net/sfc/base/efx_rx.c:650:
+	if ((rc = erxop->erxo_qcreate(enp, index, label, type, type_data, esmp,

total: 1 errors, 1 warnings, 3 checks, 252 lines checked

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

only message in thread, other threads:[~2017-12-24 10:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1514112404-13398-7-git-send-email-arybchenko@solarflare.com>
2017-12-24 10:48 ` [dpdk-test-report] |WARNING| pw32664 [PATCH 06/14] net/sfc/base: add function to create packed stream RxQ 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).