automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw32437 [PATCH RFC 18/23] eal/malloc: add rte_malloc support for allocating contiguous
       [not found] <5f2340b72d2f0dd67d1c63434c9bfca6fde489f7.1513594170.git.anatoly.burakov@intel.com>
@ 2017-12-19 11:11 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-12-19 11:11 UTC (permalink / raw)
  To: test-report; +Cc: Anatoly Burakov

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

_coding style issues_


WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#55: 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'
#81: 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'
#107: 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'
#130: 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'
#156: 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'
#184: 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
#212: 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'
#212: 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'
#229: 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'
#245: 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'
#261: 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'
#277: 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
#293: 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'
#293: 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'
#309: 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'
#326: 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

only message in thread, other threads:[~2017-12-19 11:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <5f2340b72d2f0dd67d1c63434c9bfca6fde489f7.1513594170.git.anatoly.burakov@intel.com>
2017-12-19 11:11 ` [dpdk-test-report] |WARNING| pw32437 [PATCH RFC 18/23] eal/malloc: add rte_malloc support for allocating contiguous 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).