Re: [PATCH v2] cleanup: Add usage and style documentation
From: Dan Williams
Date: Tue Mar 26 2024 - 12:52:03 EST
Jonathan Corbet wrote:
> One little nit...
>
> Dan Williams <dan.j.williams@xxxxxxxxx> writes:
>
> > + * The DEFINE_FREE() macro can arrange for PCI device references to be
> > + * dropped when the associated variable goes out of scope:
> > + *
> > + * ::
> > + *
>
> This can be written a bit more concisely as:
>
> ...goes out of scope::
>
> without the separate "::" line, reducing the markup noise a bit more.
Oh, nice! Today I learned...