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 3552F42DFC for ; Fri, 7 Jul 2023 22:41:21 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 308B940F16; Fri, 7 Jul 2023 22:41:21 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 70E314021F for ; Fri, 7 Jul 2023 22:41:19 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6D383120922; Fri, 7 Jul 2023 22:41:19 +0200 (CEST) Subject: |WARNING| pw129377 [PATCH v4 03/11] test: use rte_pktmbuf_mtod_offset In-Reply-To: <20230707203908.64371-4-stephen@networkplumber.org> References: <20230707203908.64371-4-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20230707204119.6D383120922@dpdk.org> Date: Fri, 7 Jul 2023 22:41:19 +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/129377 _coding style issues_ WARNING:LONG_LINE: line length of 144 exceeds 100 columns #178: FILE: app/test/test_cryptodev.c:5174: + (tdata->digest.offset_bytes == 0 ? plaintext_pad_len : tdata->digest.offset_bytes)); WARNING:LONG_LINE: line length of 144 exceeds 100 columns #192: FILE: app/test/test_cryptodev.c:5588: + (tdata->digest.offset_bytes == 0 ? plaintext_pad_len : tdata->digest.offset_bytes)); WARNING:LONG_LINE: line length of 144 exceeds 100 columns #230: FILE: app/test/test_cryptodev.c:6543: + (tdata->digest.offset_bytes == 0 ? plaintext_pad_len : tdata->digest.offset_bytes)); WARNING:LONG_LINE: line length of 140 exceeds 100 columns #243: FILE: app/test/test_cryptodev.c:7970: + (tdata->digest_enc.offset == 0 ? plaintext_pad_len : tdata->digest_enc.offset)); total: 0 errors, 4 warnings, 138 lines checked