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 1422643BAE for ; Fri, 1 Mar 2024 00:09:23 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 110E642FED; Fri, 1 Mar 2024 00:09:23 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BA0C34326A for ; Fri, 1 Mar 2024 00:09:21 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id AAE7A12232A; Fri, 1 Mar 2024 00:09:21 +0100 (CET) Subject: |WARNING| pw137645 [PATCH 71/71] examples: replace use of fixed size rte_memcpy In-Reply-To: <20240229225936.483472-72-stephen@networkplumber.org> References: <20240229225936.483472-72-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20240229230921.AAE7A12232A@dpdk.org> Date: Fri, 1 Mar 2024 00:09:21 +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/137645 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #138: FILE: examples/ptpclient/ptpclient.c:362: + memcpy(&ptp_data->master_clock_id, WARNING:LONG_LINE: line length of 111 exceeds 100 columns #168: 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 #184: FILE: examples/vmdq/main.c:155: + (void)(memcpy(ð_conf->rx_adv_conf.vmdq_rx_conf, &conf, sizeof(eth_conf->rx_adv_conf.vmdq_rx_conf))); total: 0 errors, 3 warnings, 82 lines checked