From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 8E477378E; Fri, 22 Feb 2019 17:14:54 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20190222161454.8E477378E@dpdk.org> Date: Fri, 22 Feb 2019 17:14:54 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw50466 [1/3] fbarray: add API to find biggest used or free chunks 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: , X-List-Received-Date: Fri, 22 Feb 2019 16:14:54 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/50466 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_fbarray *' should also have an identifier name #42: FILE: lib/librte_eal/common/eal_common_fbarray.c:1171: + int (*find_func)(struct rte_fbarray *, unsigned int); WARNING:FUNCTION_ARGUMENTS: function definition argument 'unsigned int' should also have an identifier name #42: FILE: lib/librte_eal/common/eal_common_fbarray.c:1171: + int (*find_func)(struct rte_fbarray *, unsigned int); WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct rte_fbarray *' should also have an identifier name #43: FILE: lib/librte_eal/common/eal_common_fbarray.c:1172: + int (*find_contig_func)(struct rte_fbarray *, unsigned int); WARNING:FUNCTION_ARGUMENTS: function definition argument 'unsigned int' should also have an identifier name #43: FILE: lib/librte_eal/common/eal_common_fbarray.c:1172: + int (*find_contig_func)(struct rte_fbarray *, unsigned int); total: 0 errors, 4 warnings, 390 lines checked