automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw54601 [PATCH 18/29] net/sfc/base: introduce of EVB module for SR-IOV support
       [not found] <1560152324-20538-19-git-send-email-arybchenko@solarflare.com>
@ 2019-06-13 13:54 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-06-13 13:54 UTC (permalink / raw)
  To: test-report; +Cc: Andrew Rybchenko

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

_coding style issues_


CHECK:CAMELCASE: Avoid CamelCase: <__checkReturn>
#82: FILE: drivers/net/sfc/base/ef10_evb.c:14:
+	__checkReturn	efx_rc_t

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#83: FILE: drivers/net/sfc/base/ef10_evb.c:15:
+ef10_evb_init(

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#90: FILE: drivers/net/sfc/base/ef10_evb.c:22:
+	return (0);

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#94: FILE: drivers/net/sfc/base/ef10_evb.c:26:
+ef10_evb_fini(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#114: FILE: drivers/net/sfc/base/ef10_impl.h:1267:
+ef10_evb_init(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#118: FILE: drivers/net/sfc/base/ef10_impl.h:1271:
+ef10_evb_fini(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#136: FILE: drivers/net/sfc/base/efx.h:3353:
+efx_evb_init(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#140: FILE: drivers/net/sfc/base/efx.h:3357:
+efx_evb_fini(

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#197: FILE: drivers/net/sfc/base/efx_evb.c:28:
+efx_evb_init(

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around enp->en_nic_cfg
#202: FILE: drivers/net/sfc/base/efx_evb.c:33:
+	efx_nic_cfg_t *encp = &(enp->en_nic_cfg);

ERROR:ASSIGN_IN_IF: do not use assignment in if condition
#244: FILE: drivers/net/sfc/base/efx_evb.c:75:
+	if ((rc = eeop->eeo_init(enp)) != 0)

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#249: FILE: drivers/net/sfc/base/efx_evb.c:80:
+	return (0);

ERROR:RETURN_PARENTHESES: return is not a function, parentheses are not required
#258: FILE: drivers/net/sfc/base/efx_evb.c:89:
+	return (rc);

CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#262: FILE: drivers/net/sfc/base/efx_evb.c:93:
+efx_evb_fini(

WARNING:FUNCTION_ARGUMENTS: function definition argument 'efx_nic_t *' should also have an identifier name
#299: FILE: drivers/net/sfc/base/efx_impl.h:656:
+	efx_rc_t	(*eeo_init)(efx_nic_t *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'efx_nic_t *' should also have an identifier name
#300: FILE: drivers/net/sfc/base/efx_impl.h:657:
+	void		(*eeo_fini)(efx_nic_t *);

total: 4 errors, 2 warnings, 10 checks, 257 lines checked

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

only message in thread, other threads:[~2019-06-13 13:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1560152324-20538-19-git-send-email-arybchenko@solarflare.com>
2019-06-13 13:54 ` [dpdk-test-report] |WARNING| pw54601 [PATCH 18/29] net/sfc/base: introduce of EVB module for SR-IOV 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).