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 02B9242EBF for ; Thu, 20 Jul 2023 11:32:10 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 001FB410FB; Thu, 20 Jul 2023 11:32:09 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 8B644410FB for ; Thu, 20 Jul 2023 11:32:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 747A312092E; Thu, 20 Jul 2023 11:32:08 +0200 (CEST) Subject: |WARNING| pw129659 [PATCH v19 6/6] test/memarea: support dump API test In-Reply-To: <20230720092254.54157-7-fengchengwen@huawei.com> References: <20230720092254.54157-7-fengchengwen@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Chengwen Feng Message-Id: <20230720093208.747A312092E@dpdk.org> Date: Thu, 20 Jul 2023 11:32:08 +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/129659 _coding style issues_ WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #85: FILE: app/test/test_memarea.c:368: + uint32_t alloced_num = 0; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #109: FILE: app/test/test_memarea.c:392: + alloced_num++; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #112: FILE: app/test/test_memarea.c:395: + alloced_num++; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #115: FILE: app/test/test_memarea.c:398: + alloced_num++; WARNING:TYPO_SPELLING: 'alloced' may be misspelled - perhaps 'allocated'? #120: FILE: app/test/test_memarea.c:403: + fprintf(stderr, "There should have %u allocated object. ", alloced_num); total: 0 errors, 5 warnings, 64 lines checked