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 0ACAF43DF1 for ; Thu, 4 Apr 2024 00:13:56 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 04D9B4064C; Thu, 4 Apr 2024 00:13:56 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9BA19402E3 for ; Thu, 4 Apr 2024 00:13:54 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 8226E1223FE; Thu, 4 Apr 2024 00:13:54 +0200 (CEST) Subject: |WARNING| pw139092 [PATCH v2 2/2] test: add functional test for uuid In-Reply-To: <20240403221319.499014-3-stephen@networkplumber.org> References: <20240403221319.499014-3-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20240403221354.8226E1223FE@dpdk.org> Date: Thu, 4 Apr 2024 00:13:54 +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/139092 _coding style issues_ WARNING:LONG_LINE: line length of 118 exceeds 100 columns #146: FILE: app/test/test_uuid.c:35: + { "02ce8e94-5b84-47fc-8f86-72633c5b5061", RTE_UUID_INIT(0x02ce8e94, 0x5b84, 0x47fc, 0x8f86, 0x72633c5b5061) }, WARNING:LONG_LINE: line length of 118 exceeds 100 columns #147: FILE: app/test/test_uuid.c:36: + { "2c72af87-d220-4931-98ec-45c8520c94e1", RTE_UUID_INIT(0x2c72af87, 0xd220, 0x4931, 0x98ec, 0x45c8520c94e1) }, WARNING:LONG_LINE: line length of 118 exceeds 100 columns #148: FILE: app/test/test_uuid.c:37: + { "441edca1-0942-4ccd-9b33-233e0454fe5b", RTE_UUID_INIT(0x441edca1, 0x0942, 0x4ccd, 0x9b33, 0x233e0454fe5b) }, total: 0 errors, 3 warnings, 142 lines checked