Thread (10 messages) 10 messages, 3 authors, 2025-08-01

Re: [RFC v3 1/4] kernel/api: introduce kernel API specification framework

From: Sasha Levin <sashal@kernel.org>
Date: 2025-08-01 13:53:41
Also in: linux-doc, lkml, tools

On Wed, Jul 16, 2025 at 10:21:41AM +0300, Askar Safin wrote:
quoted
+   KAPI_PARAM_IN       = (1 << 0),
+   KAPI_PARAM_OUT      = (1 << 1),
+   KAPI_PARAM_INOUT    = (1 << 2),
There is no need for KAPI_PARAM_INOUT. It could be replaced by KAPI_PARAM_IN | KAPI_PARAM_OUT
It could, but it's easier to write _INOUT :)

-- 
Thanks,
Sasha
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help