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 88FE3A06CC for ; Wed, 19 Oct 2022 16:47:54 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 856A642BB3; Wed, 19 Oct 2022 16:47:54 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E781842B8E for ; Wed, 19 Oct 2022 16:47:52 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id E105F120778; Wed, 19 Oct 2022 16:47:52 +0200 (CEST) Subject: |WARNING| pw118594 [v4 14/18] net/mlx5/hws: Add HWS matcher object In-Reply-To: <20221019144258.16282-15-valex@nvidia.com> References: <20221019144258.16282-15-valex@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Alex Vesker Message-Id: <20221019144752.E105F120778@dpdk.org> Date: Wed, 19 Oct 2022 16:47:52 +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/118594 _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 #392: 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'? #789: FILE: drivers/net/mlx5/hws/mlx5dr_matcher.c:646: + goto destory_and_disconnect; WARNING:TYPO_SPELLING: 'destory' may be misspelled - perhaps 'destroy'? #795: FILE: drivers/net/mlx5/hws/mlx5dr_matcher.c:652: +destory_and_disconnect: total: 0 errors, 4 warnings, 0 checks, 998 lines checked