public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH v2 0/1] io_uring: extract the function that checks the legitimacy of sq/cq entries
@ 2024-03-14 21:21 Xin Wang
  2024-03-14 21:21 ` [PATCH v2 1/1] " Xin Wang
  0 siblings, 1 reply; 2+ messages in thread
From: Xin Wang @ 2024-03-14 21:21 UTC (permalink / raw)
  To: axboe; +Cc: asml.silence, io-uring, linux-kernel, Xin Wang


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-14 21:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-14 21:21 [PATCH v2 0/1] io_uring: extract the function that checks the legitimacy of sq/cq entries Xin Wang
2024-03-14 21:21 ` [PATCH v2 1/1] " Xin Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox