From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3221CA0531 for ; Wed, 29 Jan 2020 11:11:34 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DE5011C068; Wed, 29 Jan 2020 11:11:32 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id B35751BFDD; Wed, 29 Jan 2020 11:11:30 +0100 (CET) In-Reply-To: <1580292549-27439-9-git-send-email-matan@mellanox.com> References: <1580292549-27439-9-git-send-email-matan@mellanox.com> To: test-report@dpdk.org Cc: Matan Azrad Message-Id: <20200129101130.B35751BFDD@dpdk.org> Date: Wed, 29 Jan 2020 11:11:30 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw65296 [PATCH v2 08/13] vdpa/mlx5: add basic steering configurations X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/65296 _coding style issues_ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #189: FILE: drivers/vdpa/mlx5/mlx5_vdpa_steer.c:19: + unsigned i; ERROR:SPACING: need consistent spacing around '-' (ctx:WxV) #261: FILE: drivers/vdpa/mlx5/mlx5_vdpa_steer.c:91: + return -ENOMEM; ^ WARNING:UNSPECIFIED_INT: Prefer 'unsigned int' to bare use of 'unsigned' #351: FILE: drivers/vdpa/mlx5/mlx5_vdpa_steer.c:181: + unsigned i; ERROR:SPACING: need consistent spacing around '-' (ctx:WxV) #401: FILE: drivers/vdpa/mlx5/mlx5_vdpa_steer.c:231: + return -1; ^ ERROR:SPACING: need consistent spacing around '-' (ctx:WxV) #404: FILE: drivers/vdpa/mlx5/mlx5_vdpa_steer.c:234: + return -ENOTSUP; ^ ERROR:SPACING: need consistent spacing around '-' (ctx:WxV) #413: FILE: drivers/vdpa/mlx5/mlx5_vdpa_steer.c:243: + return -1; ^ ERROR:SPACING: need consistent spacing around '-' (ctx:WxV) #430: FILE: drivers/vdpa/mlx5/mlx5_vdpa_steer.c:260: + return -1; ^ ERROR:SPACING: need consistent spacing around '-' (ctx:WxV) #433: FILE: drivers/vdpa/mlx5/mlx5_vdpa_steer.c:263: + return -ENOTSUP; ^ total: 6 errors, 2 warnings, 338 lines checked