From cebd6e813d0d75cdeafbcbeb1d8c25617544d067 Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Wed, 29 Jan 2025 17:08:02 +0000 Subject: [PATCH] checkstyle9.pl: Treat __capability as a qualifier like (__)restrict --- tools/build/checkstyle9.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/build/checkstyle9.pl b/tools/build/checkstyle9.pl index 24e33712ceda..fff6fff533be 100755 --- a/tools/build/checkstyle9.pl +++ b/tools/build/checkstyle9.pl @@ -204,6 +204,7 @@ sub help { const| _*restrict| volatile| + __capability| QEMU_NORETURN| QEMU_WARN_UNUSED_RESULT| QEMU_SENTINEL|