From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5B79FA00BE for ; Fri, 12 Jun 2020 23:28:57 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D5AE91BFEB; Fri, 12 Jun 2020 23:28:55 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 3E6D41BFEB; Fri, 12 Jun 2020 23:28:52 +0200 (CEST) In-Reply-To: <20200612212434.6852-7-timothy.mcdaniel@intel.com> References: <20200612212434.6852-7-timothy.mcdaniel@intel.com> To: test-report@dpdk.org Cc: "McDaniel, Timothy" Message-Id: <20200612212852.3E6D41BFEB@dpdk.org> Date: Fri, 12 Jun 2020 23:28:52 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw71460 [PATCH 06/27] event/dlb: add dynamic logging 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/71460 _coding style issues_ ERROR:GERRIT_CHANGE_ID: Remove Gerrit Change-Id's before submitting upstream #60: Change-Id: I7698d9b8eea2e681ea6ff237d1f93b0ece7f4704 WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #74: FILE: drivers/event/dlb/dlb_log.h:2: +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright(c) 2020 Intel Corporation ERROR:CODE_INDENT: code indent should use tabs where possible #85: FILE: drivers/event/dlb/dlb_log.h:13: + __func__, ##args)$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #85: FILE: drivers/event/dlb/dlb_log.h:13: + __func__, ##args)$ total: 2 errors, 2 warnings, 24 lines checked