automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw87924 [PATCH 3/5] pipeline: support non-incremental table updates
       [not found] <20210215162151.5655-3-cristian.dumitrescu@intel.com>
@ 2021-02-16  9:38 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2021-02-16  9:38 UTC (permalink / raw)
  To: test-report; +Cc: Cristian Dumitrescu

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

_coding style issues_


WARNING:TYPO_SPELLING: 'peding' may be misspelled - perhaps 'pending'?
#76: FILE: lib/librte_pipeline/rte_swx_ctl.c:607:
+table_is_update_pending(struct table *table, int consider_peding_default)

WARNING:TYPO_SPELLING: 'peding' may be misspelled - perhaps 'pending'?
#94: FILE: lib/librte_pipeline/rte_swx_ctl.c:625:
+	if (consider_peding_default && table->pending_default)

WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#245: FILE: lib/librte_pipeline/rte_swx_ctl.c:1231:
+		return 0;
+	} else {

WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#257: FILE: lib/librte_pipeline/rte_swx_ctl.c:1243:
+			status = table_entry_list_duplicate(ctl, table_id, &list, &table->pending_add);

WARNING:LONG_LINE: line length of 107 exceeds 100 columns
#261: FILE: lib/librte_pipeline/rte_swx_ctl.c:1247:
+			status = table_entry_list_duplicate(ctl, table_id, &list, &table->pending_modify1);

WARNING:LONG_LINE: line length of 114 exceeds 100 columns
#266: FILE: lib/librte_pipeline/rte_swx_ctl.c:1252:
+			ts_next->obj = table->ops.create(&table->params, &list, table->info.args, ctl->numa_node);

total: 0 errors, 6 warnings, 328 lines checked

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

only message in thread, other threads:[~2021-02-16  9:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210215162151.5655-3-cristian.dumitrescu@intel.com>
2021-02-16  9:38 ` [dpdk-test-report] |WARNING| pw87924 [PATCH 3/5] pipeline: support non-incremental table updates 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).