From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id A4957A00E6 for ; Thu, 21 Mar 2019 19:00:07 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9C7531B537; Thu, 21 Mar 2019 19:00:07 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 941971B534; Thu, 21 Mar 2019 18:59:35 +0100 (CET) In-Reply-To: <20190320092610.9751-1-jgrajcia@cisco.com> References: <20190320092610.9751-1-jgrajcia@cisco.com> To: test-report@dpdk.org Cc: Jakub Grajciar Message-Id: <20190321175935.941971B534@dpdk.org> Date: Thu, 21 Mar 2019 18:59:35 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw51373 [PATCH v9] eal_interrupts: add option for pending callback unregister X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/51373 _coding style issues_ WARNING:LONG_LINE_COMMENT: line over 90 characters #157: FILE: lib/librte_eal/bsdapp/eal/eal_interrupts.c:486: + ke.flags = EV_DELETE; /* mark for deletion from the queue */ WARNING:LONG_LINE_COMMENT: line over 90 characters #171: FILE: lib/librte_eal/bsdapp/eal/eal_interrupts.c:500: + /* removing non-existent even is an expected condition total: 0 errors, 2 warnings, 304 lines checked