]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5: IPsec: make spdxcheck.py happy
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 16 Sep 2020 08:58:24 +0000 (10:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Sep 2020 12:34:32 +0000 (14:34 +0200)
commit628930bf3c6be480256898a077a7925ed6938ba5
treea3ae611a5abad4c283f77cf4c52ec09330c86219
parentd1cae149304faab9f237ac0a0b754c72941934df
net/mlx5: IPsec: make spdxcheck.py happy

Commit 5f4b094d72a3 ("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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/mellanox/mlx5/core/accel/ipsec_offload.c