net/mlx5: IPsec: make spdxcheck.py happy

Commit 2d64663cd5 ("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>
This commit is contained in:
Lukas Bulwahn 2020-09-16 10:58:24 +02:00 committed by Greg Kroah-Hartman
parent 6bb951f193
commit 5ec4f0ce42

View File

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