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 15B0A45F26 for ; Tue, 24 Dec 2024 04:07:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 08CE4402CB; Tue, 24 Dec 2024 04:07:42 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EA6E7402AD for ; Tue, 24 Dec 2024 04:07:40 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 027E3126FB8; Tue, 24 Dec 2024 04:07:21 +0100 (CET) Subject: |WARNING| pw149450 [PATCH 5/5] drivers/net: use portable macro for weak linking In-Reply-To: <1735009552-31906-6-git-send-email-andremue@linux.microsoft.com> References: <1735009552-31906-6-git-send-email-andremue@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Andre Muezerie Message-Id: <20241224030722.027E3126FB8@dpdk.org> Date: Tue, 24 Dec 2024 04:07: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/149450 _coding style issues_ CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #106: FILE: drivers/net/fm10k/fm10k_ethdev.c:140: +RTE_WEAK(fm10k_recv_pkts_vec)( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #117: FILE: drivers/net/fm10k/fm10k_ethdev.c:149: +RTE_WEAK(fm10k_recv_scattered_pkts_vec)( CHECK:OPEN_ENDED_LINE: Lines should not end with a '(' #137: FILE: drivers/net/fm10k/fm10k_ethdev.c:165: +RTE_WEAK(fm10k_rx_queue_release_mbufs_vec)( total: 0 errors, 0 warnings, 3 checks, 203 lines checked