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 2776242A49 for ; Fri, 5 May 2023 19:50:17 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2480842D30; Fri, 5 May 2023 19:50:17 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4CC2842D31 for ; Fri, 5 May 2023 19:50:15 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 47DD212069C; Fri, 5 May 2023 19:50:15 +0200 (CEST) Subject: |WARNING| pw126707 [PATCH 04/14] test: cryptodev use rte_pktmbuf_mtod_offset In-Reply-To: <20230505174813.133894-5-stephen@networkplumber.org> References: <20230505174813.133894-5-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20230505175015.47DD212069C@dpdk.org> Date: Fri, 5 May 2023 19:50:15 +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/126707 _coding style issues_ WARNING:LONG_LINE: line length of 144 exceeds 100 columns #176: FILE: app/test/test_cryptodev.c:5140: + (tdata->digest.offset_bytes == 0 ? plaintext_pad_len : tdata->digest.offset_bytes)); WARNING:LONG_LINE: line length of 144 exceeds 100 columns #190: FILE: app/test/test_cryptodev.c:5548: + (tdata->digest.offset_bytes == 0 ? plaintext_pad_len : tdata->digest.offset_bytes)); WARNING:LONG_LINE: line length of 144 exceeds 100 columns #228: FILE: app/test/test_cryptodev.c:6488: + (tdata->digest.offset_bytes == 0 ? plaintext_pad_len : tdata->digest.offset_bytes)); WARNING:LONG_LINE: line length of 140 exceeds 100 columns #241: FILE: app/test/test_cryptodev.c:7908: + (tdata->digest_enc.offset == 0 ? plaintext_pad_len : tdata->digest_enc.offset)); total: 0 errors, 4 warnings, 138 lines checked