]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURES
authorPaolo Abeni <pabeni@redhat.com>
Tue, 8 Jul 2025 15:54:46 +0000 (17:54 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 8 Jul 2025 16:04:39 +0000 (18:04 +0200)
commiteade9f57ca7245cc59072706f0f1fdbc446fda61
treec9eeee424035494cc63ad24d660c2c44d92fd30a
parentd7b8f8e20813f0179d8ef519541a3527e7661d3a
scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURES

The mentioned macro introduce by the next patch will foul kdoc;
fully expand the mentioned macro to avoid the issue.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
scripts/lib/kdoc/kdoc_parser.py