Re: [PATCH net-next v2 3/7] net: add basic C code generators for Netlink
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-10-06 14:55:45
Also in:
linux-doc
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-10-06 14:55:45
Also in:
linux-doc
On Thu, 6 Oct 2022 14:51:09 +0200 Guillaume Nault wrote:
quoted
v2: - use /* */ comments instead of //Probably not a very interesting feedback, but there are still many comments generated in the // style.
It's slightly unclear to me what our policy on comments is now. I can fix all up - the motivation for the change in v2 was that in uAPI apparently its completely forbidden to use anything that's not ANSI C :S Gotta keep that compatibility with the all important Borland compiler or something?