Commit 9f5834c8 authored by Lukas Bulwahn's avatar Lukas Bulwahn Committed by Jens Axboe

io_uring: make spdxcheck.py happy

Commit bbbdeb47 ("io_uring: dual license io_uring.h uapi header")
uses a nested SPDX-License-Identifier to dual license the header.

Since then, ./scripts/spdxcheck.py complains:

  include/uapi/linux/io_uring.h: 1:60 Missing parentheses: OR

Add parentheses to make spdxcheck.py happy.
Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 4ed734b0
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note OR MIT */
/* SPDX-License-Identifier: (GPL-2.0 WITH Linux-syscall-note) OR MIT */
/*
* Header file for the io_uring interface.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment