Re: [PATCH v4 06/14] scripts: lib: netlink_yml_parser.py: use classes
Donald Hunter <[email protected]>
| Newsgroups | dev.linux.lists.lkmm,dev.linux.lists.linux-kernel-mentees,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <CAD4GDZxj0YXKdmZiWiLhn==Krg8_EjoUWjLn5Mz5Q=JHNC86_Q@mail.gmail.com> |
On Sat, 14 Jun 2025 at 09:56, Mauro Carvalho Chehab <[email protected]> wrote: > > As we'll be importing netlink parser into a Sphinx extension, > move all functions and global variables inside two classes: > > - RstFormatters, containing ReST formatter logic, which are > YAML independent; > - NetlinkYamlParser: contains the actual parser classes. That's Please update the commit description to match the code. > the only class that needs to be imported by the script or by > a Sphinx extension. > > With that, we won't pollute Sphinx namespace, avoiding any > potential clashes. > > Signed-off-by: Mauro Carvalho Chehab <[email protected]>