mirror of
https://github.com/torvalds/linux.git
synced 2026-04-21 08:13:56 -04:00
docs: kdoc_re: Change NestedMath args replacement to \0
Future patches will allow parsing each argument instead of the hole set. Prepare for it by changing the replace all args from \1 to \0. No functional changes. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Reviewed-by: Aleksandr Loktionov <aleksandr.loktionov@intel.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <46e383118be9d9e432e3814fe819ebb12261d7b4.1772469446.git.mchehab+huawei@kernel.org>
This commit is contained in:
committed by
Jonathan Corbet
parent
962bdc440d
commit
34503b5fd1
@@ -85,7 +85,7 @@ struct_nested_prefixes = [
|
||||
(re.compile(r"__cond_acquires_shared\s*\("), ""),
|
||||
(re.compile(r"__acquires_shared\s*\("), ""),
|
||||
(re.compile(r"__releases_shared\s*\("), ""),
|
||||
(re.compile(r'\bSTRUCT_GROUP\('), r'\1'),
|
||||
(re.compile(r'\bSTRUCT_GROUP\('), r'\0'),
|
||||
]
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user