From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 0D9C34BE1; Wed, 5 Jul 2017 07:31:41 +0200 (CEST) In-Reply-To: <20170705052853.GA8031@jerin> References: <20170705052853.GA8031@jerin> To: test-report@dpdk.org Cc: Jerin Jacob Message-Id: <20170705053141.0D9C34BE1@dpdk.org> Date: Wed, 5 Jul 2017 07:31:41 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw26477 [PATCH v5 1/3] examples/eventdev_pipeline: added sample app 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: Wed, 05 Jul 2017 05:31:41 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/26477 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #57: > > A few comments on bugs and "to avoid the future rework on base code when ERROR:CODE_INDENT: code indent should use tabs where possible #279: FILE: examples/eventdev_pipeline_sw_pmd/main.c:161: + rte_pktmbuf_dump(stdout, packets[i].mbuf, 64);$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #279: FILE: examples/eventdev_pipeline_sw_pmd/main.c:161: + rte_pktmbuf_dump(stdout, packets[i].mbuf, 64);$ ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 2 errors, 2 warnings, 8 lines checked