Re: [PATCH] Documentation: core-api: add generic parser docbook

From: Jonathan Corbet
Date: Fri Dec 06 2024 - 11:36:00 EST


Randy Dunlap <rdunlap@xxxxxxxxxxxxx> writes:

> Add the simple generic parser to the core-api docbook.
> It can be used for parsing all sorts of options throughout the kernel.
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Cc: Alexander Viro <viro@xxxxxxxxxxxxxxxxxx>
> Cc: Eric Biggers <ebiggers@xxxxxxxxxx>
> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: linux-doc@xxxxxxxxxxxxxxx
> Cc: linux-fsdevel@xxxxxxxxxxxxxxx
> ---
> Documentation/core-api/index.rst | 1 +
> Documentation/core-api/parser.rst | 17 +++++++++++++++++
> lib/parser.c | 5 +++--
> 3 files changed, 21 insertions(+), 2 deletions(-)

Applied, thanks.

jon