From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 0DC71A00C5 for ; Thu, 7 May 2020 09:41:54 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 059351DAA6; Thu, 7 May 2020 09:41:54 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 76D141DAAE; Thu, 7 May 2020 09:41:51 +0200 (CEST) In-Reply-To: <1588837269-360196-1-git-send-email-bingz@mellanox.com> References: <1588837269-360196-1-git-send-email-bingz@mellanox.com> To: test-report@dpdk.org Cc: Bing Zhao Message-Id: <20200507074151.76D141DAAE@dpdk.org> Date: Thu, 7 May 2020 09:41:51 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw69907 [PATCH v2] mem: fix the alloc size roundup overflow X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/69907 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #92: FILE: app/test/test_malloc.c:858: + if (bad_ptr != NULL)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #92: FILE: app/test/test_malloc.c:858: + if (bad_ptr != NULL)$ ERROR:CODE_INDENT: code indent should use tabs where possible #93: FILE: app/test/test_malloc.c:859: + goto err_return;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #93: FILE: app/test/test_malloc.c:859: + goto err_return;$ total: 2 errors, 2 warnings, 27 lines checked