* [dpdk-test-report] |WARNING| pw32442 [PATCH RFC 17/23] eal/malloc: add backend support for contiguous memory
[not found] <c47cc71dad0e590077c0f87efbcaef71643454d2.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/32442
_coding style issues_
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#40: FILE: lib/librte_eal/common/eal_common_memzone.c:130:
+ int socket_id, unsigned flags, unsigned align, unsigned bound,
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#40: FILE: lib/librte_eal/common/eal_common_memzone.c:130:
+ int socket_id, unsigned flags, unsigned align, unsigned bound,
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#40: FILE: lib/librte_eal/common/eal_common_memzone.c:130:
+ int socket_id, unsigned flags, unsigned align, unsigned bound,
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#59: FILE: lib/librte_eal/common/eal_common_memzone.c:255:
+ unsigned bound, bool contig)
ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#120: FILE: lib/librte_eal/common/malloc_elem.c:130:
+static bool
+elem_check_phys_contig(const struct rte_memseg_list *msl, void *start,
+ size_t size) {
ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#202: FILE: lib/librte_eal/common/malloc_elem.c:195:
+ (void*) new_data_start, new_data_size)) {
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#273: FILE: lib/librte_eal/common/malloc_elem.h:152:
+ unsigned align, size_t bound, bool contig);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#282: FILE: lib/librte_eal/common/malloc_elem.h:160:
+ unsigned align, size_t bound, bool contig);
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#304: FILE: lib/librte_eal/common/malloc_heap.c:126:
+ unsigned flags, size_t align, size_t bound, bool contig)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#323: FILE: lib/librte_eal/common/malloc_heap.c:159:
+ unsigned flags, size_t align, size_t bound, bool contig)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#395: FILE: lib/librte_eal/common/malloc_heap.c:263:
+ unsigned flags, size_t align, size_t bound, bool contig) {
ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line
#533: FILE: lib/librte_eal/common/rte_malloc.c:65:
+static void *
+malloc_socket(const char *type, size_t size, unsigned align, int socket_arg,
+ bool contig) {
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#534: FILE: lib/librte_eal/common/rte_malloc.c:66:
+malloc_socket(const char *type, size_t size, unsigned align, int socket_arg,
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#552: FILE: lib/librte_eal/common/rte_malloc.c:93:
+rte_malloc_socket(const char *type, size_t size, unsigned align, int socket_arg)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#565: FILE: lib/librte_eal/common/rte_malloc.c:147:
+do_realloc(void *ptr, size_t size, unsigned align, bool contig)
WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned'
#592: FILE: lib/librte_eal/common/rte_malloc.c:178:
+rte_realloc(void *ptr, size_t size, unsigned align)
total: 3 errors, 13 warnings, 504 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] <c47cc71dad0e590077c0f87efbcaef71643454d2.1513594170.git.anatoly.burakov@intel.com>
2017-12-19 11:11 ` [dpdk-test-report] |WARNING| pw32442 [PATCH RFC 17/23] eal/malloc: add backend support for contiguous memory 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).