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 EE9FB425E9 for ; Mon, 25 Sep 2023 11:55:43 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E9227402B7; Mon, 25 Sep 2023 11:55:43 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 42B65402B7 for ; Mon, 25 Sep 2023 11:55:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 332B712085F; Mon, 25 Sep 2023 11:55:42 +0200 (CEST) Subject: |WARNING| pw131889 [PATCH v3] app/test: secondary process passes allow parameters In-Reply-To: <20230925094240.2122544-1-mingjinx.ye@intel.com> References: <20230925094240.2122544-1-mingjinx.ye@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Mingjin Ye Message-Id: <20230925095542.332B712085F@dpdk.org> Date: Mon, 25 Sep 2023 11:55:42 +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/131889 _coding style issues_ WARNING:TYPO_SPELLING: 'szie' may be misspelled - perhaps 'size'? #112: FILE: app/test/process.h:48: + int malloc_szie; WARNING:TYPO_SPELLING: 'szie' may be misspelled - perhaps 'size'? #124: FILE: app/test/process.h:60: + malloc_szie = name_length + data_length + 1; WARNING:TYPO_SPELLING: 'szie' may be misspelled - perhaps 'size'? #125: FILE: app/test/process.h:61: + dev = malloc(malloc_szie); WARNING:TYPO_SPELLING: 'szie' may be misspelled - perhaps 'size'? #130: FILE: app/test/process.h:66: + memset(dev + malloc_szie - 1, 0, 1); total: 0 errors, 4 warnings, 86 lines checked