automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw18906 [PATCH 5/5] vmxnet3: Avoid segfault caused by vmxnet3_dev_tx_queue_setup.
       [not found] <1483612983-3545-5-git-send-email-nic@opencloud.tech>
@ 2017-01-05 10:43 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-01-05 10:43 UTC (permalink / raw)
  To: test-report; +Cc: nickcooper-zhangtonghao

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

_coding style issues_


WARNING:TYPO_SPELLING: 'mumber' may be misspelled - perhaps 'number'?
#48: 
We should allocate Tx ring for max possible mumber of hardware descriptors.

WARNING:TYPO_SPELLING: 'mumber' may be misspelled - perhaps 'number'?
#68: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:877:
+    /* Allocate Tx ring for max possible mumber of hardware descriptors. */

CHECK:CAMELCASE: Avoid CamelCase: <Vmxnet3_TxDesc>
#69: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:878:
+	size = sizeof(struct Vmxnet3_TxDesc) * VMXNET3_TX_RING_MAX_SIZE;

CHECK:CAMELCASE: Avoid CamelCase: <Vmxnet3_TxCompDesc>
#70: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:879:
+	size += sizeof(struct Vmxnet3_TxCompDesc) * VMXNET3_TX_RING_MAX_SIZE;

CHECK:CAMELCASE: Avoid CamelCase: <Vmxnet3_TxDataDesc>
#71: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:880:
+	size += sizeof(struct Vmxnet3_TxDataDesc) * VMXNET3_TX_RING_MAX_SIZE;

total: 0 errors, 2 warnings, 3 checks, 13 lines checked

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

only message in thread, other threads:[~2017-01-05 10:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1483612983-3545-5-git-send-email-nic@opencloud.tech>
2017-01-05 10:43 ` [dpdk-test-report] |WARNING| pw18906 [PATCH 5/5] vmxnet3: Avoid segfault caused by vmxnet3_dev_tx_queue_setup 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).