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 162A2461DF for ; Mon, 10 Feb 2025 03:07:17 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 13610402D1; Mon, 10 Feb 2025 03:07:17 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5EA55402A1 for ; Mon, 10 Feb 2025 03:07:16 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 057B012700C; Mon, 10 Feb 2025 03:06:01 +0100 (CET) Subject: |WARNING| pw151237 [PATCH v1 10/14] net/zxdh: support hash tables write and delete ops In-Reply-To: <20250210015017.4105624-5-chen.bingbin@zte.com.cn> References: <20250210015017.4105624-5-chen.bingbin@zte.com.cn> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bingbin Chen Message-Id: <20250210020601.057B012700C@dpdk.org> Date: Mon, 10 Feb 2025 03:06:01 +0100 (CET) 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/151237 _coding style issues_ WARNING:REPEATED_WORD: Possible repeated word: 'write' #59: Implement hash tables write write and delete CHECK:CAMELCASE: Avoid CamelCase: #1005: FILE: drivers/net/zxdh/zxdh_np.c:5474: + uint8_t aucKey[ZXDH_HASH_KEY_MAX] = {0}; CHECK:CAMELCASE: Avoid CamelCase: #1006: FILE: drivers/net/zxdh/zxdh_np.c:5475: + uint8_t aucRst[ZXDH_HASH_RST_MAX] = {0}; total: 0 errors, 1 warnings, 2 checks, 1040 lines checked