On lunedì 18 aprile 2022 10:17:40 CEST Fabio M. De Francesco wrote: > In Documentation/vm/highmem.rst the kernel-doc comments are missing, > therefore kunmap_local() and kunmap_atomic() are yet undocumented. > > Add a kernel-doc directive to include the above-mentioned kernel-doc > comments in highmem.rst. > > Cc: Jonathan Corbet <corbet@xxxxxxx> > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: Ira Weiny <ira.weiny@xxxxxxxxx> > Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx> > Cc: Peter Zijlstra <peterz@xxxxxxxxxxxxx> > Signed-off-by: Fabio M. De Francesco <fmdefrancesco@xxxxxxxxx> > --- > > This patch must be applied and built on top of > "[PATCH v3 2/2] Documentation/vm: Include kernel-doc to highmem.rst" > https://lore.kernel.org/lkml/20220415231917.25962-3-fmdefrancesco@xxxxxxxxx/ > > Documentation/vm/highmem.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/vm/highmem.rst b/Documentation/vm/highmem.rst > index 5dcee6233cd5..1a3e6a8f5d3e 100644 > --- a/Documentation/vm/highmem.rst > +++ b/Documentation/vm/highmem.rst > @@ -161,3 +161,4 @@ Functions > ========= > > .. kernel-doc:: include/linux/highmem.h > +.. kernel-doc:: include/linux/highmem-internal.h > -- > 2.34.1 > Dear Maintainers, Please drop this patch because it has been reworked and inserted as part of a new series whose subject is "Extend and reorganize Highmem's documentation" and which is about to be submitted. Thanks, Fabio M. De Francesco