automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw106753 [PATCH 1/8] net/sfc: rework flow action RSS support
       [not found] <20220201085002.320102-2-ivan.malov@oktetlabs.ru>
@ 2022-02-01  8:51 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-02-01  8:51 UTC (permalink / raw)
  To: test-report; +Cc: Ivan Malov

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

_coding style issues_


WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#661: FILE: drivers/net/sfc/sfc_flow_rss.c:63:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#680: FILE: drivers/net/sfc/sfc_flow_rss.c:82:
+			return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#685: FILE: drivers/net/sfc/sfc_flow_rss.c:87:
+			return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#707: FILE: drivers/net/sfc/sfc_flow_rss.c:109:
+			return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#712: FILE: drivers/net/sfc/sfc_flow_rss.c:114:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#717: FILE: drivers/net/sfc/sfc_flow_rss.c:119:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#723: FILE: drivers/net/sfc/sfc_flow_rss.c:125:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#728: FILE: drivers/net/sfc/sfc_flow_rss.c:130:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#742: FILE: drivers/net/sfc/sfc_flow_rss.c:144:
+			return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -EINVAL)
#760: FILE: drivers/net/sfc/sfc_flow_rss.c:162:
+		return EINVAL;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM)
#820: FILE: drivers/net/sfc/sfc_flow_rss.c:222:
+		return ENOMEM;

WARNING:USE_NEGATIVE_ERRNO: return of an errno should typically be negative (ie: return -ENOMEM)
#830: FILE: drivers/net/sfc/sfc_flow_rss.c:232:
+			return ENOMEM;

total: 0 errors, 12 warnings, 0 checks, 951 lines checked

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

only message in thread, other threads:[~2022-02-01  8:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220201085002.320102-2-ivan.malov@oktetlabs.ru>
2022-02-01  8:51 ` |WARNING| pw106753 [PATCH 1/8] net/sfc: rework flow action RSS 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).