Re: [PATCH 04/14] docs: move IPMI.txt to the driver API book

From: Corey Minyard
Date: Fri May 01 2020 - 12:16:43 EST


On Fri, May 01, 2020 at 05:37:48PM +0200, Mauro Carvalho Chehab wrote:
> The IPMI is under drivers/char. This doc describes the kAPI
> part of the IPMI (mainly).
>
> So, move it to the driver-api directory and add it to the
> corresponding index.rst file.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>

This is fine with me.

Acked-by: Corey Minyard <cminyard@xxxxxxxxxx>

> ---
> Documentation/driver-api/index.rst | 1 +
> Documentation/{IPMI.txt => driver-api/ipmi.rst} | 0
> 2 files changed, 1 insertion(+)
> rename Documentation/{IPMI.txt => driver-api/ipmi.rst} (100%)
>
> diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst
> index dcc47c029f8e..6567187e7687 100644
> --- a/Documentation/driver-api/index.rst
> +++ b/Documentation/driver-api/index.rst
> @@ -39,6 +39,7 @@ available subsections can be seen below.
> spi
> i2c
> ipmb
> + ipmi
> i3c/index
> interconnect
> devfreq
> diff --git a/Documentation/IPMI.txt b/Documentation/driver-api/ipmi.rst
> similarity index 100%
> rename from Documentation/IPMI.txt
> rename to Documentation/driver-api/ipmi.rst
> --
> 2.25.4
>