* [dpdk-test-report] |WARNING| pw76589 [PATCH] eal/rte_malloc: add alloc_size() attribute to allocation functions
[not found] <20200904221143.19744-1-stephen@networkplumber.org>
@ 2020-09-08 23:44 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2020-09-08 23:44 UTC (permalink / raw)
To: test-report; +Cc: Stephen Hemminger
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/76589
_coding style issues_
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#144: FILE: lib/librte_eal/include/rte_malloc.h:57:
+rte_malloc(const char *type, size_t size, unsigned align)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#156: FILE: lib/librte_eal/include/rte_malloc.h:84:
+rte_zmalloc(const char *type, size_t size, unsigned align)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#168: FILE: lib/librte_eal/include/rte_malloc.h:111:
+rte_calloc(const char *type, size_t num, size_t size, unsigned align)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#200: FILE: lib/librte_eal/include/rte_malloc.h:189:
+rte_malloc_socket(const char *type, size_t size, unsigned align, int socket)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#210: FILE: lib/librte_eal/include/rte_malloc.h:218:
+rte_zmalloc_socket(const char *type, size_t size, unsigned align, int socket)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#222: FILE: lib/librte_eal/include/rte_malloc.h:247:
+rte_calloc_socket(const char *type, size_t num, size_t size, unsigned align, int socket)
total: 0 errors, 6 warnings, 111 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-08 23:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20200904221143.19744-1-stephen@networkplumber.org>
2020-09-08 23:44 ` [dpdk-test-report] |WARNING| pw76589 [PATCH] eal/rte_malloc: add alloc_size() attribute to allocation functions 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).