From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 4D24DA11A; Fri, 26 May 2017 20:03:21 +0200 (CEST) In-Reply-To: <20170526181149.44085-3-jasvinder.singh@intel.com> References: <20170526181149.44085-3-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20170526180321.4D24DA11A@dpdk.org> Date: Fri, 26 May 2017 20:03:21 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24652 [PATCH 2/2] net/softnic: add traffic management ops 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: Fri, 26 May 2017 18:03:21 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24652 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #16: The traffic management specific functions of the softnic driver are supplied CHECK:SPACING: No space is necessary after a cast #99: FILE: drivers/net/softnic/rte_eth_softnic.c:272: + *(const struct rte_tm_ops **) arg = &pmd_tm_ops; CHECK:SPACING: No space is necessary after a cast #135: FILE: drivers/net/softnic/rte_eth_softnic.c:306: + (uint16_t) (n_pkts_deq - n_pkts)); total: 0 errors, 1 warnings, 2 checks, 381 lines checked