[dpdk-dev] [PATCH] drivers: SPDX license id consistency

Thomas Monjalon thomas at monjalon.net
Fri Mar 29 00:15:38 CET 2019


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 <stephen at networkplumber.org>
> ---
>  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




More information about the dev mailing list