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 61CB3A0543 for ; Thu, 22 Sep 2022 21:08:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5F61B40150; Thu, 22 Sep 2022 21:08:35 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 34748400D7 for ; Thu, 22 Sep 2022 21:08:34 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2F2F7121F02; Thu, 22 Sep 2022 21:08:34 +0200 (CEST) Subject: |WARNING| pw116675 [v1 13/19] net/mlx5/hws: Add HWS context object In-Reply-To: <20220922190345.394-14-valex@nvidia.com> References: <20220922190345.394-14-valex@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Alex Vesker Message-Id: <20220922190834.2F2F7121F02@dpdk.org> Date: Thu, 22 Sep 2022 21:08:34 +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/116675 _coding style issues_ WARNING:LONG_LINE_COMMENT: line length of 111 exceeds 100 columns #141: FILE: drivers/net/mlx5/hws/mlx5dr_context.c:2: + * Copyright (c) Copyright (c) 2022 NVIDIA Corporation 2021 NVIDIA CORPORATION. All rights reserved. Affiliates ERROR:SPACING: space prohibited before that ',' (ctx:WxV) #165: FILE: drivers/net/mlx5/hws/mlx5dr_context.c:26: + DR_LOG(ERR, "Failed to allocate STC pool [%d]" ,i); ^ ERROR:SPACING: space required after that ',' (ctx:WxV) #165: FILE: drivers/net/mlx5/hws/mlx5dr_context.c:26: + DR_LOG(ERR, "Failed to allocate STC pool [%d]" ,i); ^ ERROR:SPACING: space required before the open brace '{' #244: FILE: drivers/net/mlx5/hws/mlx5dr_context.c:105: + if (!caps->wqe_based_update){ WARNING:LONG_LINE_COMMENT: line length of 111 exceeds 100 columns #369: FILE: drivers/net/mlx5/hws/mlx5dr_context.h:2: + * Copyright (c) Copyright (c) 2022 NVIDIA Corporation 2021 NVIDIA CORPORATION. All rights reserved. Affiliates total: 3 errors, 2 warnings, 0 checks, 262 lines checked