From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 6652599CC; Thu, 25 May 2017 20:11:15 +0200 (CEST) In-Reply-To: <1495735671-4917-20-git-send-email-nipun.gupta@nxp.com> References: <1495735671-4917-20-git-send-email-nipun.gupta@nxp.com> To: test-report@dpdk.org Cc: Nipun Gupta Message-Id: <20170525181115.6652599CC@dpdk.org> Date: Thu, 25 May 2017 20:11:15 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24608 [PATCH 19/20] event/dpaa2: handle timeout using interrupts in dequeue 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, 25 May 2017 18:11:15 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24608 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments use * on subsequent lines #48: FILE: drivers/event/dpaa2/dpaa2_eventdev.c:178: + /* sometimes due to some spurious interrupts epoll_wait fails + with errno EINTR. so here we are retrying epoll_wait in such WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #49: FILE: drivers/event/dpaa2/dpaa2_eventdev.c:179: + case to avoid the problem.*/ total: 0 errors, 2 warnings, 54 lines checked