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 D1B6242DFC for ; Fri, 7 Jul 2023 22:41:05 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CBCF54021F; Fri, 7 Jul 2023 22:41:05 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 311A34021F for ; Fri, 7 Jul 2023 22:41:04 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 26E3F120922; Fri, 7 Jul 2023 22:41:04 +0200 (CEST) Subject: |WARNING| pw129385 [PATCH v4 11/11] examples/l2fwd-crypto: use rte_pktmbuf_mtod_offset In-Reply-To: <20230707203908.64371-12-stephen@networkplumber.org> References: <20230707203908.64371-12-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20230707204104.26E3F120922@dpdk.org> Date: Fri, 7 Jul 2023 22:41:04 +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/129385 _coding style issues_ WARNING:LONG_LINE: line length of 102 exceeds 100 columns #116: FILE: examples/l2fwd-crypto/main.c:484: + ipdata_offset + data_len); WARNING:LONG_LINE: line length of 102 exceeds 100 columns #128: FILE: examples/l2fwd-crypto/main.c:546: + ipdata_offset + data_len); total: 0 errors, 2 warnings, 40 lines checked