[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Zf2LkyLAKuSZAG16@casper.infradead.org>
Date: Fri, 22 Mar 2024 13:45:55 +0000
From: Matthew Wilcox <willy@...radead.org>
To: Dan Williams <dan.j.williams@...el.com>
Cc: peterz@...radead.org, torvalds@...ux-foundation.org,
Bjorn Helgaas <bhelgaas@...gle.com>,
Ira Weiny <ira.weiny@...el.com>,
Jonathan Cameron <jonathan.cameron@...wei.com>,
Jesse Brandeburg <jesse.brandeburg@...el.com>,
Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
Lukas Wunner <lukas.wunner@...el.com>,
Jonathan Corbet <corbet@....net>, linux-pci@...r.kernel.org,
linux-kernel@...r.kernel.org, gregkh@...uxfoundation.org,
linux-doc@...r.kernel.org
Subject: Re: [PATCH] cleanup: Add usage and style documentation
On Wed, Mar 20, 2024 at 03:04:41PM -0700, Dan Williams wrote:
> diff --git a/Documentation/core-api/index.rst b/Documentation/core-api/index.rst
> index 7a3a08d81f11..845fbd54948f 100644
> --- a/Documentation/core-api/index.rst
> +++ b/Documentation/core-api/index.rst
> @@ -36,6 +36,7 @@ Library functionality that is used throughout the kernel.
> kobject
> kref
> assoc_array
> + cleanup
> xarray
> maple_tree
> idr
Maybe move that up by a line? assoc_array, xarray, maple_tree, idr are
all data structures and it looks weird to have cleanup go in the middle
of them.
Powered by blists - more mailing lists