From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id C4244388F; Thu, 20 Apr 2017 09:18:50 +0200 (CEST) In-Reply-To: <1492672688-3571-1-git-send-email-ashish.jain@nxp.com> References: <1492672688-3571-1-git-send-email-ashish.jain@nxp.com> To: test-report@dpdk.org Cc: Ashish Jain Message-Id: <20170420071850.C4244388F@dpdk.org> Date: Thu, 20 Apr 2017 09:18:50 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw23775 [PATCH] examples/ip_fragmentation: add fragmentation size support 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, 20 Apr 2017 07:18:51 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/23775 _coding style issues_ WARNING:SPACING: space prohibited between function name and open parenthesis '(' #50: FILE: examples/ip_fragmentation/main.c:312: + if (likely (frag_size_v4 >= m->pkt_len)) { WARNING:SPACING: space prohibited between function name and open parenthesis '(' #67: FILE: examples/ip_fragmentation/main.c:349: + if (likely (frag_size_v6 >= m->pkt_len)) { WARNING:QUOTED_WHITESPACE_BEFORE_NEWLINE: unnecessary whitespace before a quoted newline #88: FILE: examples/ip_fragmentation/main.c:505: + " default is %d " total: 0 errors, 3 warnings, 143 lines checked