sync: normalize more of Linux UAPI headers

Normalize UAPI headers that had single underscore between UAPI and LINUX.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
Andrii Nakryiko
2025-06-16 09:33:27 -07:00
committed by Andrii Nakryiko
parent fdb04dd485
commit 0e2ac81b00
3 changed files with 9 additions and 9 deletions

View File

@@ -12,8 +12,8 @@
*
* For licencing details see kernel-base/COPYING
*/
#ifndef _UAPI_LINUX_PERF_EVENT_H
#define _UAPI_LINUX_PERF_EVENT_H
#ifndef _LINUX_PERF_EVENT_H
#define _LINUX_PERF_EVENT_H
#include <linux/types.h>
#include <linux/ioctl.h>
@@ -1483,4 +1483,4 @@ union perf_sample_weight {
#endif
};
#endif /* _UAPI_LINUX_PERF_EVENT_H */
#endif /* _LINUX_PERF_EVENT_H */