automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw43376 [6/6] net/softnic: add CLI command for default tmgr hierarchy
       [not found] <20180725171007.94198-7-jasvinder.singh@intel.com>
@ 2018-07-25 17:10 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-07-25 17:10 UTC (permalink / raw)
  To: test-report; +Cc: Jasvinder Singh

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

_coding style issues_


CHECK:BRACES: braces {} should be used on all arms of this statement
#442: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:912:
+	if (strcmp(tokens[25], "none") == 0)
[...]
+	else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#444: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:914:
+	else {

WARNING:LONG_LINE: line over 90 characters
#445: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:915:
+		if (softnic_parser_read_uint32(&p.shared_shaper_id.tc[0], tokens[25]) != 0) {

CHECK:BRACES: braces {} should be used on all arms of this statement
#458: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:928:
+	if (strcmp(tokens[27], "none") == 0)
[...]
+	else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#460: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:930:
+	else {

WARNING:LONG_LINE: line over 90 characters
#461: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:931:
+		if (softnic_parser_read_uint32(&p.shared_shaper_id.tc[1], tokens[27]) != 0) {

CHECK:BRACES: braces {} should be used on all arms of this statement
#474: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:944:
+	if (strcmp(tokens[29], "none") == 0)
[...]
+	else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#476: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:946:
+	else {

WARNING:LONG_LINE: line over 90 characters
#477: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:947:
+		if (softnic_parser_read_uint32(&p.shared_shaper_id.tc[2], tokens[29]) != 0) {

CHECK:BRACES: braces {} should be used on all arms of this statement
#490: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:960:
+	if (strcmp(tokens[31], "none") == 0)
[...]
+	else {
[...]

CHECK:BRACES: Unbalanced braces around else statement
#492: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:962:
+	else {

WARNING:LONG_LINE: line over 90 characters
#493: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:963:
+		if (softnic_parser_read_uint32(&p.shared_shaper_id.tc[3], tokens[31]) != 0) {

WARNING:LONG_LINE: line over 90 characters
#536: FILE: drivers/net/softnic/rte_eth_softnic_cli.c:4863:
+			cmd_tmgr_hierarchy_default(softnic, tokens, n_tokens, out, out_size);

total: 0 errors, 5 warnings, 8 checks, 510 lines checked

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

only message in thread, other threads:[~2018-07-25 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20180725171007.94198-7-jasvinder.singh@intel.com>
2018-07-25 17:10 ` [dpdk-test-report] |WARNING| pw43376 [6/6] net/softnic: add CLI command for default tmgr hierarchy 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).