* [dpdk-test-report] |WARNING| pw32552 [PATCH RFC v2 3/5] ether: Add flow timeout support
[not found] <1513823719-36066-4-git-send-email-qi.z.zhang@intel.com>
@ 2017-12-21 9:46 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-12-21 9:46 UTC (permalink / raw)
To: test-report; +Cc: Qi Zhang
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/32552
_coding style issues_
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#95: FILE: lib/librte_ether/rte_flow.c:432:
+ struct rte_flow* flow,
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#97: FILE: lib/librte_ether/rte_flow.c:434:
+ struct rte_flow_error* error)
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#106: FILE: lib/librte_ether/rte_flow.c:443:
+ return -rte_flow_error_set(error, ENOSYS,
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#108: FILE: lib/librte_ether/rte_flow.c:445:
+ NULL, rte_strerror(ENOSYS));
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#114: FILE: lib/librte_ether/rte_flow.c:451:
+ struct rte_flow* flow,
ERROR:POINTER_LOCATION: "foo* bar" should be "foo *bar"
#116: FILE: lib/librte_ether/rte_flow.c:453:
+ struct rte_flow_error* error)
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#125: FILE: lib/librte_ether/rte_flow.c:462:
+ return -rte_flow_error_set(error, ENOSYS,
WARNING:ENOSYS: ENOSYS means 'invalid syscall nr' and nothing else
#127: FILE: lib/librte_ether/rte_flow.c:464:
+ NULL, rte_strerror(ENOSYS));
total: 4 errors, 4 warnings, 169 lines checked
^ permalink raw reply [flat|nested] only message in thread