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 05AEBA00C5 for ; Fri, 8 Jul 2022 15:50:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 00DE3406B4; Fri, 8 Jul 2022 15:50:15 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id ED6B24021E for ; Fri, 8 Jul 2022 15:50:12 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DC4F4120D82; Fri, 8 Jul 2022 15:50:12 +0200 (CEST) Subject: |WARNING| pw113835 [PATCH] vhost/crypto: fix out of bound access In-Reply-To: <20220708134923.136101-1-roy.fan.zhang@intel.com> References: <20220708134923.136101-1-roy.fan.zhang@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Fan Zhang Message-Id: <20220708135012.DC4F4120D82@dpdk.org> Date: Fri, 8 Jul 2022 15:50:12 +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/113835 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #87: FILE: lib/vhost/vhost_crypto.c:578: + while (remain) {$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #87: FILE: lib/vhost/vhost_crypto.c:578: + while (remain) {$ ERROR:CODE_INDENT: code indent should use tabs where possible #88: FILE: lib/vhost/vhost_crypto.c:579: + uint64_t len = remain;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #88: FILE: lib/vhost/vhost_crypto.c:579: + uint64_t len = remain;$ ERROR:CODE_INDENT: code indent should use tabs where possible #99: FILE: lib/vhost/vhost_crypto.c:590: + }$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #99: FILE: lib/vhost/vhost_crypto.c:590: + }$ total: 3 errors, 3 warnings, 24 lines checked