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 944564576E for ; Thu, 8 Aug 2024 21:49:40 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 900FD42D8C; Thu, 8 Aug 2024 21:49:40 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id A732B4278D for ; Thu, 8 Aug 2024 21:49:39 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 95CC8123EF6; Thu, 8 Aug 2024 21:49:39 +0200 (CEST) Subject: |WARNING| pw143032 [PATCH 5/5] eal: simplify eal alarm cancel by using LIST_FOREACH_SAFE In-Reply-To: <20240808194756.167664-6-stephen@networkplumber.org> References: <20240808194756.167664-6-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20240808194939.95CC8123EF6@dpdk.org> Date: Thu, 8 Aug 2024 21:49:39 +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/143032 _coding style issues_ WARNING:LONG_LINE_COMMENT: line length of 102 exceeds 100 columns #165: FILE: lib/eal/linux/eal_alarm.c:227: + /* If calling from other context, mark that alarm is executing WARNING:LONG_LINE_COMMENT: line length of 102 exceeds 100 columns #166: FILE: lib/eal/linux/eal_alarm.c:228: + * so loop can spin till it finish. Otherwise we are trying to total: 0 errors, 2 warnings, 78 lines checked