]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: make spdxcheck.py happy
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Sat, 21 Mar 2020 11:19:07 +0000 (12:19 +0100)
committerJens Axboe <axboe@kernel.dk>
Sat, 21 Mar 2020 20:03:46 +0000 (14:03 -0600)
commit9f527940a5058d81e2d0ca3ad6d0646dc08bd014
treee7b333d799a2176ccd9bed7b7dceff90bc2d6a45
parentbf9c999d2a64973b31160cc5138b19972ceaf348
io_uring: make spdxcheck.py happy

Commit 6153a9abe649 ("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: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/uapi/linux/io_uring.h