From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id C53BB7CEA; Mon, 20 Nov 2017 15:00:00 +0100 (CET) In-Reply-To: <1511186362-72289-1-git-send-email-motih@mellanox.com> References: <1511186362-72289-1-git-send-email-motih@mellanox.com> To: test-report@dpdk.org Cc: Moti H Message-Id: <20171120140000.C53BB7CEA@dpdk.org> Date: Mon, 20 Nov 2017 15:00:00 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw31484 [PATCH] net/tap: add Rx interrupts 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: Mon, 20 Nov 2017 14:00:01 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/31484 _coding style issues_ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #117: FILE: drivers/net/tap/tap_intr.c:4: + * + * Copyright 2017 Mellanox WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #118: FILE: drivers/net/tap/tap_intr.c:5: + * Copyright 2017 Mellanox + * CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'rxq->fd <= 0' #215: FILE: drivers/net/tap/tap_intr.c:102: + if (!rxq || (rxq->fd <= 0)) { total: 0 errors, 2 warnings, 1 checks, 204 lines checked