From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id D5DF7AAC4; Thu, 8 Mar 2018 22:54:43 +0100 (CET) In-Reply-To: <1520546046-6973-2-git-send-email-erik.g.carrillo@intel.com> References: <1520546046-6973-2-git-send-email-erik.g.carrillo@intel.com> To: test-report@dpdk.org Cc: Erik Carrillo Message-Id: <20180308215443.D5DF7AAC4@dpdk.org> Date: Thu, 8 Mar 2018 22:54:43 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw35787 [PATCH v7 1/7] eventtimer: add event timer adapter API 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: , X-List-Received-Date: Thu, 08 Mar 2018 21:54:43 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/35787 _coding style issues_ ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #278: FILE: lib/librte_eventdev/rte_event_timer_adapter.h:236: +struct rte_event_timer_adapter * __rte_experimental ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar" #308: FILE: lib/librte_eventdev/rte_event_timer_adapter.h:266: +struct rte_event_timer_adapter * __rte_experimental total: 2 errors, 0 warnings, 702 lines checked