From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 63649A04B1 for ; Wed, 9 Sep 2020 01:44:40 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5F28D4C99; Wed, 9 Sep 2020 01:44:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id D9F204C99; Wed, 9 Sep 2020 01:44:38 +0200 (CEST) In-Reply-To: <20200904221143.19744-1-stephen@networkplumber.org> References: <20200904221143.19744-1-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20200908234438.D9F204C99@dpdk.org> Date: Wed, 9 Sep 2020 01:44:38 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw76589 [PATCH] eal/rte_malloc: add alloc_size() attribute to allocation functions X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" 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