diff mbox series

net/mlx5: IPsec: make spdxcheck.py happy

Message ID 20200916085824.30731-1-lukas.bulwahn@gmail.com
State Not Applicable
Delegated to: David Miller
Headers show
Series net/mlx5: IPsec: make spdxcheck.py happy | expand

Commit Message

Lukas Bulwahn Sept. 16, 2020, 8:58 a.m. UTC
Commit 2d64663cd559 ("net/mlx5: IPsec: Add HW crypto offload support")
provided a proper SPDX license expression, but slipped in a typo.

Fortunately, ./scripts/spdxcheck.py warns:

  drivers/net/ethernet/mellanox/mlx5/core/accel/ipsec_offload.c: 1:39 \
  Invalid License ID: Linux-OpenIBt

Remove the typo and make spdxcheck.py happy.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---

Greg, please pick this minor non-urgent patch into your spdx tree.

 drivers/net/ethernet/mellanox/mlx5/core/accel/ipsec_offload.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Greg Kroah-Hartman Sept. 16, 2020, 12:34 p.m. UTC | #1
On Wed, Sep 16, 2020 at 10:58:24AM +0200, Lukas Bulwahn wrote:
> Commit 2d64663cd559 ("net/mlx5: IPsec: Add HW crypto offload support")
> provided a proper SPDX license expression, but slipped in a typo.
> 
> Fortunately, ./scripts/spdxcheck.py warns:
> 
>   drivers/net/ethernet/mellanox/mlx5/core/accel/ipsec_offload.c: 1:39 \
>   Invalid License ID: Linux-OpenIBt
> 
> Remove the typo and make spdxcheck.py happy.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> ---
> 
> Greg, please pick this minor non-urgent patch into your spdx tree.

Will do, thanks!
diff mbox series

Patch

diff --git a/drivers/net/ethernet/mellanox/mlx5/core/accel/ipsec_offload.c b/drivers/net/ethernet/mellanox/mlx5/core/accel/ipsec_offload.c
index 2f13a250aab3..d6667d38e1de 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/accel/ipsec_offload.c
+++ b/drivers/net/ethernet/mellanox/mlx5/core/accel/ipsec_offload.c
@@ -1,4 +1,4 @@ 
-// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIBt
+// SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB
 /* Copyright (c) 2020, Mellanox Technologies inc. All rights reserved. */
 
 #include "mlx5_core.h"