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 ED141A00C5 for ; Thu, 7 May 2020 09:41:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E661E1DAAB; Thu, 7 May 2020 09:41:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 3D2111DAA7; Thu, 7 May 2020 09:41:50 +0200 (CEST) In-Reply-To: <1588837200-360146-1-git-send-email-bingz@mellanox.com> References: <1588837200-360146-1-git-send-email-bingz@mellanox.com> To: test-report@dpdk.org Cc: Bing Zhao Message-Id: <20200507074150.3D2111DAA7@dpdk.org> Date: Thu, 7 May 2020 09:41:50 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw69906 [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/69906 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #90: FILE: app/test/test_malloc.c:858: + if (bad_ptr != NULL)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #90: FILE: app/test/test_malloc.c:858: + if (bad_ptr != NULL)$ ERROR:CODE_INDENT: code indent should use tabs where possible #91: FILE: app/test/test_malloc.c:859: + goto err_return;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #91: FILE: app/test/test_malloc.c:859: + goto err_return;$ total: 2 errors, 2 warnings, 27 lines checked