automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw18902 [PATCH 3/5] vmxnet3: Avoid segfault caused by vmxnet3_dev_rx_queue_setup.
       [not found] <1483612983-3545-3-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/18902

_coding style issues_


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

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

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

ERROR:CODE_INDENT: code indent should use tabs where possible
#70: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:982:
+        (VMXNET3_RX_RING_MAX_SIZE * VMXNET3_RX_CMDRING_SIZE);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#70: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:982:
+        (VMXNET3_RX_RING_MAX_SIZE * VMXNET3_RX_CMDRING_SIZE);$

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

ERROR:CODE_INDENT: code indent should use tabs where possible
#72: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:984:
+        (VMXNET3_RX_RING_MAX_SIZE * VMXNET3_RX_CMDRING_SIZE);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#72: FILE: drivers/net/vmxnet3/vmxnet3_rxtx.c:984:
+        (VMXNET3_RX_RING_MAX_SIZE * VMXNET3_RX_CMDRING_SIZE);$

total: 2 errors, 4 warnings, 2 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-3-git-send-email-nic@opencloud.tech>
2017-01-05 10:43 ` [dpdk-test-report] |WARNING| pw18902 [PATCH 3/5] vmxnet3: Avoid segfault caused by vmxnet3_dev_rx_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).