kbuild: uapi: upgrade check_sizetypes() warning to error

No problematic type usages exist anymore.

Make sure it stays this way.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: Nicolas Schier <nsc@kernel.org>
Link: https://lore.kernel.org/r/20250813-kbuild-hdrtest-fixes-v2-4-8a7921ca3a03@linutronix.de
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
This commit is contained in:
Thomas Weißschuh 2025-08-13 08:16:59 +02:00 committed by Nathan Chancellor
parent 24b1bd64ee
commit c3a9d74ee4
No known key found for this signature in database
GPG Key ID: 1D6B269171C01A96
1 changed files with 1 additions and 2 deletions

View File

@ -159,7 +159,6 @@ sub check_sizetypes
"found __[us]{8,16,32,64} type " . "found __[us]{8,16,32,64} type " .
"without #include <linux/types.h>\n"; "without #include <linux/types.h>\n";
$linux_types = 2; $linux_types = 2;
# Warn until headers are all fixed $ret = 1;
#$ret = 1;
} }
} }