]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
scripts/kernel-doc.py: Rename the kernel doc Re class to KernRe
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 8 Apr 2025 10:09:35 +0000 (18:09 +0800)
committerJonathan Corbet <corbet@lwn.net>
Wed, 9 Apr 2025 18:10:34 +0000 (12:10 -0600)
commit04a383ced6965fedc9c1b6c83d841acce076b53c
tree065e9f8faaeb0424ea5281c5ac0eac7e1ef61aad
parent16740c29dbf3275a22691d3d7c63701992872898
scripts/kernel-doc.py: Rename the kernel doc Re class to KernRe

Using just "Re" makes it harder to distinguish from the native
"re" class. So, let's rename it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/4e095ecd5235a3e811ddcf5bad4cfb92f1da0a4a.1744106242.git.mchehab+huawei@kernel.org
scripts/lib/kdoc/kdoc_output.py
scripts/lib/kdoc/kdoc_parser.py
scripts/lib/kdoc/kdoc_re.py