From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 223C143C12 for ; Fri, 1 Mar 2024 18:26:02 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1BABC402EA; Fri, 1 Mar 2024 18:26:02 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id CE8CD400D5 for ; Fri, 1 Mar 2024 18:26:00 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id C620E122335; Fri, 1 Mar 2024 18:26:00 +0100 (CET) Subject: |WARNING| pw137761 [PATCH v2 71/71] examples: replace use of fixed size rte_memcpy In-Reply-To: <20240301171707.95242-72-stephen@networkplumber.org> References: <20240301171707.95242-72-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20240301172600.C620E122335@dpdk.org> Date: Fri, 1 Mar 2024 18:26:00 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/137761 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #148: FILE: examples/ptpclient/ptpclient.c:362: + memcpy(&ptp_data->master_clock_id, WARNING:LONG_LINE: line length of 111 exceeds 100 columns #178: FILE: examples/vhost/main.c:409: + (void)(memcpy(ð_conf->rx_adv_conf.vmdq_rx_conf, &conf, sizeof(eth_conf->rx_adv_conf.vmdq_rx_conf))); WARNING:LONG_LINE: line length of 111 exceeds 100 columns #202: FILE: examples/vmdq/main.c:154: + (void)(memcpy(ð_conf->rx_adv_conf.vmdq_rx_conf, &conf, sizeof(eth_conf->rx_adv_conf.vmdq_rx_conf))); total: 0 errors, 3 warnings, 103 lines checked