[PATCH v2 0/1] io_uring: extract the function that checks the legitimacy of sq/cq entries

From: Xin Wang
Date: Thu Mar 14 2024 - 17:21:39 EST



Xin Wang (1):
It was really careless of me, earlier I wanted to keep the coding style
as close as possible to the rest of the code, so I looked for similar
code, e.g., line 4713 of kernel/trace/ring_buffer.c: if (ts && ! (*ts))
and line 1178 of ipc/shm.c: audit_ipc_obj(&(shp->shm_perm)). Now I removed
the brackets and it passes the checkpatch.pl script, thanks!

--
2.25.1