Re: [PATCH v2] cleanup: Add usage and style documentation

From: Jonathan Corbet
Date: Tue Mar 26 2024 - 11:40:28 EST


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.

Thanks,

jon