linux-spdx.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net/mlx5: IPsec: make spdxcheck.py happy
@ 2020-09-16  8:58 Lukas Bulwahn
  2020-09-16 12:34 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Lukas Bulwahn @ 2020-09-16  8:58 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-spdx
  Cc: Thomas Gleixner, Boris Pismenny, Saeed Mahameed, Leon Romanovsky,
	Tariq Toukan, Raed Salem, Huy Nguyen, netdev, linux-rdma,
	linux-kernel, Lukas Bulwahn

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(-)

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"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-16 21:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16  8:58 [PATCH] net/mlx5: IPsec: make spdxcheck.py happy Lukas Bulwahn
2020-09-16 12:34 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).