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 093B04257B for ; Tue, 12 Sep 2023 11:06:28 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 043F7402AC; Tue, 12 Sep 2023 11:06:28 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 89C7940293 for ; Tue, 12 Sep 2023 11:06:26 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 751C4120802; Tue, 12 Sep 2023 11:06:26 +0200 (CEST) Subject: |WARNING| pw131359 [PATCH] eal: fix modify data area after memset In-Reply-To: <20230912090415.48709-1-changfengnan@bytedance.com> References: <20230912090415.48709-1-changfengnan@bytedance.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Fengnan Chang Message-Id: <20230912090626.751C4120802@dpdk.org> Date: Tue, 12 Sep 2023 11:06:26 +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/131359 _coding style issues_ WARNING:TYPO_SPELLING: 'casue' may be misspelled - perhaps 'cause'? #90: memset in step 1, it casue the content of addrees become non-zero. WARNING:TYPO_SPELLING: 'addrees' may be misspelled - perhaps 'address'? #90: memset in step 1, it casue the content of addrees become non-zero. total: 0 errors, 2 warnings, 40 lines checked