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 9C300A04C9 for ; Mon, 14 Sep 2020 13:18:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 93C591C0C2; Mon, 14 Sep 2020 13:18:27 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id D5C801C0C0; Mon, 14 Sep 2020 13:18:26 +0200 (CEST) In-Reply-To: References: To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20200914111826.D5C801C0C0@dpdk.org> Date: Mon, 14 Sep 2020 13:18:26 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw77599 [PATCH] eal: detach memsegs on cleanup 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/77599 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #103: FILE: lib/librte_eal/common/eal_common_memory.c:1011: + unsigned i; WARNING:TYPO_SPELLING: 'subsytem' may be misspelled - perhaps 'subsystem'? #107: FILE: lib/librte_eal/common/eal_common_memory.c:1015: + /* detach internal memory subsytem data first */ total: 0 errors, 2 warnings, 237 lines checked