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...