* [dpdk-test-report] |WARNING| pw32435 [PATCH 18/23] eal: add rte_malloc support for allocating contiguous memory
[not found] <65d0cc5505897c256559e5788fea00777d85699a.1513680516.git.anatoly.burakov@intel.com>
@ 2017-12-19 11:09 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-12-19 11:09 UTC (permalink / raw)
To: test-report; +Cc: Anatoly Burakov
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/32435
_coding style issues_
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#54: FILE: lib/librte_eal/common/include/rte_malloc.h:266:
+rte_malloc_contig(const char *type, size_t size, unsigned align);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#80: FILE: lib/librte_eal/common/include/rte_malloc.h:292:
+rte_zmalloc_contig(const char *type, size_t size, unsigned align);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#106: FILE: lib/librte_eal/common/include/rte_malloc.h:318:
+rte_calloc_contig(const char *type, size_t num, size_t size, unsigned align);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#129: FILE: lib/librte_eal/common/include/rte_malloc.h:341:
+rte_realloc_contig(void *ptr, size_t size, unsigned align);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#155: FILE: lib/librte_eal/common/include/rte_malloc.h:367:
+rte_malloc_socket_contig(const char *type, size_t size, unsigned align, int socket);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#183: FILE: lib/librte_eal/common/include/rte_malloc.h:395:
+rte_zmalloc_socket_contig(const char *type, size_t size, unsigned align, int socket);
WARNING:LONG_LINE: line over 90 characters
#211: FILE: lib/librte_eal/common/include/rte_malloc.h:423:
+rte_calloc_socket_contig(const char *type, size_t num, size_t size, unsigned align, int socket);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#211: FILE: lib/librte_eal/common/include/rte_malloc.h:423:
+rte_calloc_socket_contig(const char *type, size_t num, size_t size, unsigned align, int socket);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#228: FILE: lib/librte_eal/common/rte_malloc.c:102:
+rte_malloc_socket_contig(const char *type, size_t size, unsigned align, int socket_arg)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#244: FILE: lib/librte_eal/common/rte_malloc.c:120:
+rte_malloc_contig(const char *type, size_t size, unsigned align)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#260: FILE: lib/librte_eal/common/rte_malloc.c:138:
+rte_zmalloc_socket_contig(const char *type, size_t size, unsigned align, int socket)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#276: FILE: lib/librte_eal/common/rte_malloc.c:156:
+rte_zmalloc_contig(const char *type, size_t size, unsigned align)
WARNING:LONG_LINE: line over 90 characters
#292: FILE: lib/librte_eal/common/rte_malloc.c:174:
+rte_calloc_socket_contig(const char *type, size_t num, size_t size, unsigned align, int socket)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#292: FILE: lib/librte_eal/common/rte_malloc.c:174:
+rte_calloc_socket_contig(const char *type, size_t num, size_t size, unsigned align, int socket)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#308: FILE: lib/librte_eal/common/rte_malloc.c:192:
+rte_calloc_contig(const char *type, size_t num, size_t size, unsigned align)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#325: FILE: lib/librte_eal/common/rte_malloc.c:241:
+rte_realloc_contig(void *ptr, size_t size, unsigned align)
total: 0 errors, 16 warnings, 292 lines checked
^ permalink raw reply [flat|nested] only message in thread