|WARNING| pw105595 [PATCH v1] gpudev: pin GPU memory

checkpatch at dpdk.org checkpatch at dpdk.org
Mon Jan 3 19:25:16 CET 2022


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

_coding style issues_


ERROR:CODE_INDENT: code indent should use tabs where possible
#210: FILE: lib/gpudev/gpudev_driver.h:51:
+        /* Pin GPU memory. */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#211: FILE: lib/gpudev/gpudev_driver.h:52:
+        rte_gpu_mem_pin_t *mem_pin;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#211: FILE: lib/gpudev/gpudev_driver.h:52:
+        rte_gpu_mem_pin_t *mem_pin;$

ERROR:CODE_INDENT: code indent should use tabs where possible
#212: FILE: lib/gpudev/gpudev_driver.h:53:
+        /* Unpin GPU memory. */$

ERROR:CODE_INDENT: code indent should use tabs where possible
#213: FILE: lib/gpudev/gpudev_driver.h:54:
+        rte_gpu_mem_unpin_t *mem_unpin;$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
#213: FILE: lib/gpudev/gpudev_driver.h:54:
+        rte_gpu_mem_unpin_t *mem_unpin;$

total: 4 errors, 2 warnings, 136 lines checked


More information about the test-report mailing list