Re: [PATCH] RDMA/irdma: make spdxcheck.py happy

From: Jason Gunthorpe
Date: Mon Jul 12 2021 - 14:03:54 EST


On Thu, Jul 01, 2021 at 12:41:27PM +0200, Lukas Bulwahn wrote:
> 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.
>
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx>
> Acked-by: Tatyana Nikolova <tatyana.e.nikolova@xxxxxxxxx>
> ---
> applies cleanly on next-20210701
>
> Mustafa, Shiraz, please ack.
> Jason, please pick this minor non-urgent patch into your rdma tree.

Applied to for-rc

Thanks,
Jason