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 BD2DA42926 for ; Wed, 12 Apr 2023 13:39:49 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B8487406A2; Wed, 12 Apr 2023 13:39:49 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 623AC406A2 for ; Wed, 12 Apr 2023 13:39:48 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 4F858121EF4; Wed, 12 Apr 2023 13:39:48 +0200 (CEST) Subject: |WARNING| pw125965 [PATCH] net/mlx5: fix lro update tcp header cksum error In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "jiangheng G" Message-Id: <20230412113948.4F858121EF4@dpdk.org> Date: Wed, 12 Apr 2023 13:39:48 +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/125965 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #75: FILE: drivers/net/mlx5/mlx5_rx.c:1093: + csum = ((csum & 0xffff0000) >> 16) + (csum & 0xffff);$ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 1 errors, 1 warnings, 0 checks, 7 lines checked