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 05EB342606 for ; Thu, 21 Sep 2023 15:21:33 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0109540A6C; Thu, 21 Sep 2023 15:21:33 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EA25640A6C for ; Thu, 21 Sep 2023 15:21:31 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9D71B120802; Thu, 21 Sep 2023 15:21:31 +0200 (CEST) Subject: |WARNING| pw131795 [PATCH v2] common/cnxk: reserve last LMT line for control ops In-Reply-To: <20230921131953.1483157-1-rbhansali@marvell.com> References: <20230921131953.1483157-1-rbhansali@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Rahul Bhansali Message-Id: <20230921132131.9D71B120802@dpdk.org> Date: Thu, 21 Sep 2023 15:21:31 +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/131795 _coding style issues_ WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return #141: FILE: drivers/common/cnxk/roc_platform.c:30: + return lcore_id << ROC_LMT_LINES_PER_CORE_LOG2; + else total: 0 errors, 1 warnings, 73 lines checked