[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210423203811.1247508-1-rppt@kernel.org>
Date: Fri, 23 Apr 2021 23:38:09 +0300
From: Mike Rapoport <rppt@...nel.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Jonathan Corbet <corbet@....net>, Mike Rapoport <rppt@...nel.org>,
Mike Rapoport <rppt@...ux.ibm.com>, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-mm@...ck.org
Subject: [PATCH 0/2] mmzone.h: fix kernel-doc and simplify is_highmem_idx
From: Mike Rapoport <rppt@...ux.ibm.com>
Hi,
There are several kernel-doc comments in include/linux/mmzone.h, but
they have some formatting issues and they are not linked to the rest of
the documentation.
The first patch here fixes the formatting and adds the kernel-doc
comments to the core-api/mm-api.rst.
The second patch simplifies a bit detection if a zone is a highmem zone.
It does not generally depends on the first one, but they have a textual
conflict.
Mike Rapoport (2):
mm/mmzone.h: fix existing kernel-doc comments and link them to core-api
mm/mmzone.h: simplify is_highmem_idx()
Documentation/core-api/mm-api.rst | 2 ++
include/linux/mmzone.h | 56 ++++++++++++++-----------------
2 files changed, 27 insertions(+), 31 deletions(-)
--
2.29.2
Powered by blists - more mailing lists