automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw132245 [PATCH v1 09/11] test/bbdev: add MLD support
       [not found] <20230929181328.104311-10-hernan.vargas@intel.com>
@ 2023-09-29 20:17 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2023-09-29 20:17 UTC (permalink / raw)
  To: test-report; +Cc: Hernan Vargas

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

_coding style issues_


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

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

WARNING:TYPO_SPELLING: 'limition' may be misspelled - perhaps 'limitation'?
#214: FILE: app/test-bbdev/test_bbdev_perf.c:2637:
+	/* Due to size limition of mbuf, MLDTS doesn't use real mbuf. */

WARNING:SUSPECT_COMMA_SEMICOLON: Possible comma where semicolon could be used
#224: 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'?
#228: 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'?
#229: FILE: app/test-bbdev/test_bbdev_perf.c:2652:
+			abs_delt = delt > 0 ? delt : -delt;

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

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

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

WARNING:TYPO_SPELLING: 'delt' may be misspelled - perhaps 'dealt'?
#230: 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'?
#234: FILE: app/test-bbdev/test_bbdev_perf.c:2657:
+						delt);

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

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

only message in thread, other threads:[~2023-09-29 20:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20230929181328.104311-10-hernan.vargas@intel.com>
2023-09-29 20:17 ` |WARNING| pw132245 [PATCH v1 09/11] 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).