From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 29B794CA5; Thu, 23 Aug 2018 14:10:01 +0200 (CEST) In-Reply-To: <1535026093-101872-5-git-send-email-ciara.power@intel.com> References: <1535026093-101872-5-git-send-email-ciara.power@intel.com> To: test-report@dpdk.org Cc: Ciara Power Message-Id: <20180823121001.29B794CA5@dpdk.org> Date: Thu, 23 Aug 2018 14:10:01 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw43814 [04/11] telemetry: add parser for client socket messages 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: Thu, 23 Aug 2018 12:10:01 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/43814 _coding style issues_ WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct telemetry_impl *' should also have an identifier name #141: FILE: lib/librte_telemetry/rte_telemetry_parser.c:22: + int (*comm_func_ptr)(struct telemetry_impl *, int, json_t *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'int' should also have an identifier name #141: FILE: lib/librte_telemetry/rte_telemetry_parser.c:22: + int (*comm_func_ptr)(struct telemetry_impl *, int, json_t *); WARNING:FUNCTION_ARGUMENTS: function definition argument 'json_t *' should also have an identifier name #141: FILE: lib/librte_telemetry/rte_telemetry_parser.c:22: + int (*comm_func_ptr)(struct telemetry_impl *, int, json_t *); total: 0 errors, 3 warnings, 649 lines checked