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 738144389A for ; Wed, 17 Jan 2024 20:25:50 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6E26940A7D; Wed, 17 Jan 2024 20:25:50 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 86C40406FF for ; Wed, 17 Jan 2024 20:25:48 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 6D811122B9B; Wed, 17 Jan 2024 20:25:48 +0100 (CET) Subject: |WARNING| pw135939 [PATCH v2] eal: refactor rte_eal_init into sub-functions In-Reply-To: <1705519502-16164-1-git-send-email-rahulgupt@linux.microsoft.com> References: <1705519502-16164-1-git-send-email-rahulgupt@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Rahul Gupta Message-Id: <20240117192548.6D811122B9B@dpdk.org> Date: Wed, 17 Jan 2024 20:25:48 +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/135939 _coding style issues_ Must be a reply to the first patch (--in-reply-to). WARNING:TYPO_SPELLING: 'dont' may be misspelled - perhaps 'don't'? #132: FILE: app/test-pmd/testpmd.c:4569: + * if testpmd application dont want to know progress/status of WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'? #155: FILE: lib/eal/include/rte_eal.h:117: + * Its called from rte_eal_init() on MASTER lcore only and must NOT be directly total: 0 errors, 2 warnings, 169 lines checked Warning in lib/eal/include/rte_eal.h: Using compiler attribute directly __rte_experimental must appear alone on the line immediately preceding the return type of a function. __rte_experimental must appear alone on the line immediately preceding the return type of a function. __rte_experimental must appear alone on the line immediately preceding the return type of a function. __rte_experimental must appear alone on the line immediately preceding the return type of a function. Please only put __rte_experimental tags in headers (b/lib/eal/linux/eal.c) Please only put __rte_experimental tags in headers (b/lib/eal/linux/eal.c) __rte_experimental must appear alone on the line immediately preceding the return type of a function. Please only put __rte_experimental tags in headers (b/lib/eal/linux/eal.c) __rte_experimental must appear alone on the line immediately preceding the return type of a function. Please only put __rte_experimental tags in headers (b/lib/eal/linux/eal.c) __rte_experimental must appear alone on the line immediately preceding the return type of a function.