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 F089A43215 for ; Fri, 27 Oct 2023 13:02:14 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B74D640DCE; Fri, 27 Oct 2023 13:02:10 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 89C0640DCE for ; Fri, 27 Oct 2023 13:02:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 754B1120A1D; Fri, 27 Oct 2023 13:02:09 +0200 (CEST) Subject: |WARNING| pw133496 [PATCH v7 4/9] examples/simple_mp: auto-generate cmdline boilerplate In-Reply-To: <20231027110117.70995-5-bruce.richardson@intel.com> References: <20231027110117.70995-5-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20231027110209.754B1120A1D@dpdk.org> Date: Fri, 27 Oct 2023 13:02:09 +0200 (CEST) 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/133496 _coding style issues_ WARNING:AVOID_EXTERNS: externs should be avoided in .c files #195: FILE: examples/multi_process/simple_mp/mp_commands.c:11: +extern struct rte_mempool *message_pool; WARNING:AVOID_EXTERNS: externs should be avoided in .c files #196: FILE: examples/multi_process/simple_mp/mp_commands.c:12: +extern volatile int quit; total: 0 errors, 2 warnings, 170 lines checked