]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
RDMA/irdma: Make spdxcheck.py happy
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 1 Jul 2021 10:41:27 +0000 (12:41 +0200)
committerJason Gunthorpe <jgg@nvidia.com>
Mon, 12 Jul 2021 17:52:25 +0000 (14:52 -0300)
commit514305ee0a1dade95c6ff1eb5735de5a329d1f89
tree9405299f25c52b1b9304925eea75bd6ac9af59e5
parent6407c69dc51fbd7cf7b6760cd8aefb105d96ff5b
RDMA/irdma: Make spdxcheck.py happy

Commit 48d6b3336a9f ("RDMA/irdma: Add ABI definitions") adds
./include/uapi/rdma/irdma-abi.h with an additional unneeded closing
bracket at the end of the SPDX-License-Identifier line.

Hence, ./scripts/spdxcheck.py complains:

  include/uapi/rdma/irdma-abi.h: 1:77 Syntax error: )

Remove that closing bracket to make spdxcheck.py happy.

Fixes: 48d6b3336a9f ("RDMA/irdma: Add ABI definitions")
Link: https://lore.kernel.org/r/20210701104127.1877-1-lukas.bulwahn@gmail.com
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Tatyana Nikolova <tatyana.e.nikolova@intel.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
include/uapi/rdma/irdma-abi.h