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 861F5A09F3 for ; Wed, 19 Oct 2022 23:02:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 824C442BF7; Wed, 19 Oct 2022 23:02:39 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 71EE040A7D for ; Wed, 19 Oct 2022 23:02:38 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6D9BF120778; Wed, 19 Oct 2022 23:02:38 +0200 (CEST) Subject: |WARNING| pw118670 [v5 14/18] net/mlx5/hws: Add HWS matcher object In-Reply-To: <20221019205721.8077-15-valex@nvidia.com> References: <20221019205721.8077-15-valex@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Alex Vesker Message-Id: <20221019210238.6D9BF120778@dpdk.org> Date: Wed, 19 Oct 2022 23:02:38 +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/118670 _coding style issues_ WARNING:TYPO_SPELLING: 'efficent' may be misspelled - perhaps 'efficient'? #126: and from there to other objects. The matcher allows efficent WARNING:LONG_LINE: line length of 107 exceeds 100 columns #406: FILE: drivers/net/mlx5/hws/mlx5dr_matcher.c:249: + devx_obj = mlx5dr_pool_chunk_get_base_devx_obj_mirror(stc_pool, &default_stc->default_hit); WARNING:TYPO_SPELLING: 'destory' may be misspelled - perhaps 'destroy'? #803: FILE: drivers/net/mlx5/hws/mlx5dr_matcher.c:646: + goto destory_and_disconnect; WARNING:TYPO_SPELLING: 'destory' may be misspelled - perhaps 'destroy'? #809: FILE: drivers/net/mlx5/hws/mlx5dr_matcher.c:652: +destory_and_disconnect: total: 0 errors, 4 warnings, 0 checks, 1003 lines checked