Skip to content

Commit 514305e

Browse files
bulwahnjgunthorpe
authored andcommitted
RDMA/irdma: Make spdxcheck.py happy
Commit 48d6b33 ("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: 48d6b33 ("RDMA/irdma: Add ABI definitions") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lukas Bulwahn <[email protected]> Acked-by: Tatyana Nikolova <[email protected]> Signed-off-by: Jason Gunthorpe <[email protected]>
1 parent 6407c69 commit 514305e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/rdma/irdma-abi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR Linux-OpenIB) */
1+
/* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR Linux-OpenIB */
22
/*
33
* Copyright (c) 2006 - 2021 Intel Corporation. All rights reserved.
44
* Copyright (c) 2005 Topspin Communications. All rights reserved.

0 commit comments

Comments
 (0)