2020-09-02 14:47:14

by Michael Witten

[permalink] [raw]
Subject: [PATCH] trivial: docs: Section number should be "8.2"

Signed-off-by: Michael Witten <[email protected]>
---
Documentation/kbuild/makefiles.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst
index b81b8913a5a3..da6a708164c4 100644
--- a/Documentation/kbuild/makefiles.rst
+++ b/Documentation/kbuild/makefiles.rst
@@ -1411,7 +1411,7 @@ When kbuild executes, the following steps are followed (roughly):
that may be shared between individual architectures.
The recommended approach how to use a generic header file is
to list the file in the Kbuild file.
- See "7.2 generic-y" for further info on syntax etc.
+ See "8.2 generic-y" for further info on syntax etc.

7.11 Post-link pass
-------------------
--
2.22.0


2020-09-02 15:10:46

by Randy Dunlap

[permalink] [raw]
Subject: Re: [PATCH] trivial: docs: Section number should be "8.2"

On 9/2/20 7:45 AM, Michael Witten wrote:
> Signed-off-by: Michael Witten <[email protected]>
> ---
> Documentation/kbuild/makefiles.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst
> index b81b8913a5a3..da6a708164c4 100644
> --- a/Documentation/kbuild/makefiles.rst
> +++ b/Documentation/kbuild/makefiles.rst
> @@ -1411,7 +1411,7 @@ When kbuild executes, the following steps are followed (roughly):
> that may be shared between individual architectures.
> The recommended approach how to use a generic header file is
> to list the file in the Kbuild file.
> - See "7.2 generic-y" for further info on syntax etc.
> + See "8.2 generic-y" for further info on syntax etc.
>
> 7.11 Post-link pass
> -------------------
>

Already fixed and merged:

from Masahiro Yamada <[email protected]>:
Applied to linux-kbuild/fixes.
Thanks.

--
~Randy