Skip to content

Commit 174270c

Browse files
xp4ns3akpm00
authored andcommitted
Documentation/vm: include kdocs from highmem*.h into highmem.rst
kernel-docs that are in include/linux/highmem.h and in include/linux/highmem-internal.h should be included in highmem.rst. Use kdocs directives to include the above-mentioned comments into highmem.rst. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Fabio M. De Francesco <[email protected]> Acked-by: Mike Rapoport <[email protected]> Reviewed-by: Ira Weiny <[email protected]> Suggested-by: Ira Weiny <[email protected]> Reviewed-by: Sebastian Andrzej Siewior <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Matthew Wilcox <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Catalin Marinas <[email protected]> Cc: Peter Collingbourne <[email protected]> Cc: Vlastimil Babka <[email protected]> Cc: Will Deacon <[email protected]> Cc: Jonathan Corbet <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent e7392b4 commit 174270c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/vm/highmem.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,10 @@ The general recommendation is that you don't use more than 8GiB on a 32-bit
145145
machine - although more might work for you and your workload, you're pretty
146146
much on your own - don't expect kernel developers to really care much if things
147147
come apart.
148+
149+
150+
Functions
151+
=========
152+
153+
.. kernel-doc:: include/linux/highmem.h
154+
.. kernel-doc:: include/linux/highmem-internal.h

0 commit comments

Comments
 (0)