> Subject: [PATCH 1/4] common/mlx5: add missing SPDX tag for windows > headers > > External email: Use caution opening links or attachments > > > These files were added without requires SPDX headers. > > Fixes: 7525ebd8ebb0 ("common/mlx5: add glue functions on Windows") > Cc: tal...@nvidia.com > Signed-off-by: Stephen Hemminger <step...@networkplumber.org> > --- > drivers/common/mlx5/windows/mlx5_win_defs.h | 4 ++-- > drivers/common/mlx5/windows/mlx5_win_ext.h | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/drivers/common/mlx5/windows/mlx5_win_defs.h > b/drivers/common/mlx5/windows/mlx5_win_defs.h > index 8a1c2c5af94f..47bfc907e7d3 100644 > --- a/drivers/common/mlx5/windows/mlx5_win_defs.h > +++ b/drivers/common/mlx5/windows/mlx5_win_defs.h > @@ -1,7 +1,7 @@ > -/* > +/* SPDX-License-Identifier: BSD-3-Clause > * Copyright (C) Mellanox Technologies, Ltd. 2001-2020. > - * > */ > + > #ifndef __MLX5_WIN_DEFS_H__ > #define __MLX5_WIN_DEFS_H__ > > diff --git a/drivers/common/mlx5/windows/mlx5_win_ext.h > b/drivers/common/mlx5/windows/mlx5_win_ext.h > index 60610df6b250..b5d4484a1366 100644 > --- a/drivers/common/mlx5/windows/mlx5_win_ext.h > +++ b/drivers/common/mlx5/windows/mlx5_win_ext.h > @@ -1,7 +1,7 @@ > -/* > +/* SPDX-License-Identifier: BSD-3-Clause > * Copyright (C) Mellanox Technologies, Ltd. 2001-2020. > - * > */ > + > #ifndef __MLX5_WIN_ETX_H__ > #define __MLX5_WIN_ETX_H__ > > -- > 2.30.2
Thanks Stephen, Doesn't this patch needs to cc stable as well since those files were added in 21.02? Acked-by: Tal Shnaiderman <tal...@nvidia.com>