automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw133861 [PATCH v3 07/10] test/bbdev: add MLD support
       [not found] <20231103233413.756110-8-nicolas.chautru@intel.com>
@ 2023-11-03 23:43 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-11-03 23:43 UTC (permalink / raw)
  To: test-report; +Cc: Nicolas Chautru

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

_coding style issues_


WARNING:TYPO_SPELLING: 'delt' may be misspelled - perhaps 'dealt'?
#208: FILE: app/test-bbdev/test_bbdev_perf.c:2627:
+	int16_t delt, abs_delt;

WARNING:TYPO_SPELLING: 'delt' may be misspelled - perhaps 'dealt'?
#208: FILE: app/test-bbdev/test_bbdev_perf.c:2627:
+	int16_t delt, abs_delt;

WARNING:SUSPECT_COMMA_SEMICOLON: Possible comma where semicolon could be used
#228: FILE: app/test-bbdev/test_bbdev_perf.c:2647:
+		op_out = rte_pktmbuf_mtod_offset(m, int8_t *, offset),
+		error_num = 0;

WARNING:TYPO_SPELLING: 'delt' may be misspelled - perhaps 'dealt'?
#232: FILE: app/test-bbdev/test_bbdev_perf.c:2651:
+			delt = ref_out[j] - op_out[j];

WARNING:TYPO_SPELLING: 'delt' may be misspelled - perhaps 'dealt'?
#233: FILE: app/test-bbdev/test_bbdev_perf.c:2652:
+			abs_delt = delt > 0 ? delt : -delt;

WARNING:TYPO_SPELLING: 'delt' may be misspelled - perhaps 'dealt'?
#233: FILE: app/test-bbdev/test_bbdev_perf.c:2652:
+			abs_delt = delt > 0 ? delt : -delt;

WARNING:TYPO_SPELLING: 'delt' may be misspelled - perhaps 'dealt'?
#233: FILE: app/test-bbdev/test_bbdev_perf.c:2652:
+			abs_delt = delt > 0 ? delt : -delt;

WARNING:TYPO_SPELLING: 'delt' may be misspelled - perhaps 'dealt'?
#233: FILE: app/test-bbdev/test_bbdev_perf.c:2652:
+			abs_delt = delt > 0 ? delt : -delt;

WARNING:TYPO_SPELLING: 'delt' may be misspelled - perhaps 'dealt'?
#234: FILE: app/test-bbdev/test_bbdev_perf.c:2653:
+			error_num += (abs_delt > thres_hold ? 1 : 0);

WARNING:TYPO_SPELLING: 'delt' may be misspelled - perhaps 'dealt'?
#238: FILE: app/test-bbdev/test_bbdev_perf.c:2657:
+						delt);

total: 0 errors, 10 warnings, 856 lines checked
Warning in app/test-bbdev/test_bbdev_perf.c:
Using __atomic_xxx/__ATOMIC_XXX built-ins, prefer rte_atomic_xxx/rte_memory_order_xxx

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

only message in thread, other threads:[~2023-11-03 23:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20231103233413.756110-8-nicolas.chautru@intel.com>
2023-11-03 23:43 ` |WARNING| pw133861 [PATCH v3 07/10] test/bbdev: add MLD 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).