From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id D45F8A0C0; Fri, 26 May 2017 14:44:07 +0200 (CEST) In-Reply-To: <1495802517-11573-1-git-send-email-andrey.chilikin@intel.com> References: <1495802517-11573-1-git-send-email-andrey.chilikin@intel.com> To: test-report@dpdk.org Cc: "Chilikin, Andrey" Message-Id: <20170526124407.D45F8A0C0@dpdk.org> Date: Fri, 26 May 2017 14:44:07 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw24642 [PATCH] net/i40e: get information about ddp profile 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 12:44:08 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/24642 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #15: This patch adds ability to request information about dynamic device personalization profile CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #194: FILE: drivers/net/i40e/rte_pmd_i40e.c:1826: + if (info_size < sizeof(struct rte_pmd_i40e_ddp_device_id)*dev_num) { ^ CHECK:SPACING: spaces preferred around that '*' (ctx:VxV) #200: FILE: drivers/net/i40e/rte_pmd_i40e.c:1832: + sizeof(struct rte_pmd_i40e_ddp_device_id)*dev_num); ^ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #220: FILE: drivers/net/i40e/rte_pmd_i40e.h:78: +/** +* Types of package information. total: 0 errors, 2 warnings, 2 checks, 250 lines checked