Re: [PATCH] docs: xforms_lists: allow __maybe_unused in func parameters
From: Bart Van Assche
Date: Mon Apr 13 2026 - 19:37:12 EST
On 4/11/26 4:35 PM, Randy Dunlap wrote:
--- linext-2026-0410.orig/tools/lib/python/kdoc/xforms_lists.py
+++ linext-2026-0410/tools/lib/python/kdoc/xforms_lists.py
@@ -93,6 +93,7 @@ class CTransforms:
(CMatch("__weak"), ""),
(CMatch("__sched"), ""),
(CMatch("__always_unused"), ""),
+ (CMatch("__maybe_unused"), ""),
(CMatch("__printf"), ""),
(CMatch("__(?:re)?alloc_size"), ""),
(CMatch("__diagnose_as"), ""),
Thanks!
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>