]> www.infradead.org Git - linux.git/commit
tcp_metrics: add UAPI to the header guard
authorJakub Kicinski <kuba@kernel.org>
Thu, 27 Jun 2024 21:35:50 +0000 (14:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Jul 2024 08:44:27 +0000 (09:44 +0100)
commit7c8110057b1bb9ab9f47ac0efc554d5c3a53b693
tree2c7421166358d1ac21a3b2da28a50ec80c86a59a
parent17784801d888238571a0c4101b9ac4401fffeaa0
tcp_metrics: add UAPI to the header guard

tcp_metrics' header lacks the customary _UAPI in the header guard.
This makes YNL build rules work less seamlessly.
We can easily fix that on YNL side, but this could also be
problematic if we ever needed to create a kernel-only tcp_metrics.h.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/tcp_metrics.h