Re: [PATCH] Documentation/process: fix self reference

From: Jonathan Corbet
Date: Mon Nov 29 2021 - 17:13:32 EST


Erik Ekman <erik@xxxxxxx> writes:

> Instead link to the device tree document with the same name.
>
> Signed-off-by: Erik Ekman <erik@xxxxxxx>
> ---
> Documentation/process/submitting-patches.rst | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
> index da085d63af9b..6b3aaed66fba 100644
> --- a/Documentation/process/submitting-patches.rst
> +++ b/Documentation/process/submitting-patches.rst
> @@ -14,7 +14,8 @@ works, see Documentation/process/development-process.rst. Also, read
> Documentation/process/submit-checklist.rst
> for a list of items to check before submitting code. If you are submitting
> a driver, also read Documentation/process/submitting-drivers.rst; for device
> -tree binding patches, read Documentation/process/submitting-patches.rst.
> +tree binding patches, read
> +Documentation/devicetree/bindings/submitting-patches.rst.

Applied, thanks.

jon