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 87D25A0032 for ; Sun, 25 Dec 2022 14:47:09 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 78C5B40146; Sun, 25 Dec 2022 14:47:09 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A67C9400D4 for ; Sun, 25 Dec 2022 14:47:08 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 9828B122EC0; Sun, 25 Dec 2022 14:47:08 +0100 (CET) Subject: |WARNING| pw121363 [PATCH] bus/fslmc: unlock spinlock in case of timeout In-Reply-To: <20221225134521.2359999-1-alvaro.karsz@solid-run.com> References: <20221225134521.2359999-1-alvaro.karsz@solid-run.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Alvaro Karsz Message-Id: <20221225134708.9828B122EC0@dpdk.org> Date: Sun, 25 Dec 2022 14:47:08 +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/121363 _coding style issues_ ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'Commit 79711846f676 ("bus/fslmc: add timeout in MC send command")' #80: Commit 79711846f6 introduces timeouts to mc, but in case of ERROR:CODE_INDENT: code indent should use tabs where possible #100: FILE: drivers/bus/fslmc/mc/mc_sys.c:82: +^I rte_spinlock_unlock(&mc_portal_lock);$ total: 2 errors, 0 warnings, 13 lines checked Alvaro Karsz <alvaro.karsz@solid-run.com> is unknown, please fix the commit message or update .mailmap.