automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw35693 [PATCH v2 03/14] net/sfc/base: support VXLAN filter creation
       [not found] <1520349899-31810-4-git-send-email-arybchenko@solarflare.com>
@ 2018-03-06 15:28 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-03-06 15:28 UTC (permalink / raw)
  To: test-report; +Cc: Andrew Rybchenko

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

_coding style issues_


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

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'inner_addr == NULL'
#65: FILE: drivers/net/sfc/base/efx_filter.c:487:
+	if ((inner_addr == NULL) && (outer_addr == NULL))

CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'outer_addr == NULL'
#65: FILE: drivers/net/sfc/base/efx_filter.c:487:
+	if ((inner_addr == NULL) && (outer_addr == NULL))

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#66: FILE: drivers/net/sfc/base/efx_filter.c:488:
+		return (EINVAL);

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

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

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

only message in thread, other threads:[~2018-03-06 15:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1520349899-31810-4-git-send-email-arybchenko@solarflare.com>
2018-03-06 15:28 ` [dpdk-test-report] |WARNING| pw35693 [PATCH v2 03/14] net/sfc/base: support VXLAN filter creation 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).