From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] drivers: SPDX license id consistency Date: Fri, 29 Mar 2019 00:15:38 +0100 Message-ID: <1854596.sr6rv8kyS5@xps> References: <20190206222757.10835-1-stephen@networkplumber.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Stephen Hemminger Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id ED9D211A4 for ; Fri, 29 Mar 2019 00:15:40 +0100 (CET) In-Reply-To: <20190206222757.10835-1-stephen@networkplumber.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/02/2019 23:27, Stephen Hemminger: > All drivers should have SPDX on the first line of the source > files in the format > /* SPDX-License-Identifier: ... > > Several files used minor modifications which were inconsistent > with the pattern. Fix it to make scanning tools easier. > > Signed-off-by: Stephen Hemminger > --- > drivers/bus/fslmc/qbman/include/fsl_qbman_debug.h | 6 +++--- > drivers/bus/fslmc/qbman/qbman_debug.c | 5 ++--- > drivers/crypto/dpaa2_sec/hw/desc/pdcp.h | 4 +--- > drivers/event/dpaa2/dpaa2_eventdev.h | 7 ++----- > drivers/event/dpaa2/dpaa2_eventdev_logs.h | 3 +-- > drivers/mempool/dpaa2/dpaa2_hw_mempool_logs.h | 3 +-- > drivers/net/dpaa2/dpaa2_pmd_logs.h | 3 +-- > drivers/net/mvpp2/mrvl_mtr.c | 3 +-- > 8 files changed, 12 insertions(+), 22 deletions(-) While at it, I'm removing multiple spaces in SPDX tags of fslmc. Applied, thanks