All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: kbuild: Fix section reference
@ 2021-01-07 11:42 Viresh Kumar
  2021-01-10 20:16 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Viresh Kumar @ 2021-01-07 11:42 UTC (permalink / raw)
  To: Masahiro Yamada, Michal Marek, Jonathan Corbet
  Cc: Viresh Kumar, linux-kernel, linux-kbuild, Vincent Guittot,
	anmar.oueja, linux-doc

Section 3.11 was incorrectly called 3.9, fix it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
 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 d36768cf1250..9f6a11881951 100644
--- a/Documentation/kbuild/makefiles.rst
+++ b/Documentation/kbuild/makefiles.rst
@@ -598,7 +598,7 @@ more details, with real examples.
 	explicitly added to $(targets).
 
 	Assignments to $(targets) are without $(obj)/ prefix. if_changed may be
-	used in conjunction with custom rules as defined in "3.9 Custom Rules".
+	used in conjunction with custom rules as defined in "3.11 Custom Rules".
 
 	Note: It is a typical mistake to forget the FORCE prerequisite.
 	Another common pitfall is that whitespace is sometimes significant; for
-- 
2.25.0.rc1.19.g042ed3e048af


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: kbuild: Fix section reference
  2021-01-07 11:42 [PATCH] Documentation: kbuild: Fix section reference Viresh Kumar
@ 2021-01-10 20:16 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2021-01-10 20:16 UTC (permalink / raw)
  To: Viresh Kumar
  Cc: Michal Marek, Jonathan Corbet, Linux Kernel Mailing List,
	Linux Kbuild mailing list, Vincent Guittot, Anmar Oueja,
	open list:DOCUMENTATION

On Thu, Jan 7, 2021 at 8:42 PM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Section 3.11 was incorrectly called 3.9, fix it.
>
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> ---
>  Documentation/kbuild/makefiles.rst | 2 +-


Applied to linux-kbuild. Thanks.


>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/kbuild/makefiles.rst b/Documentation/kbuild/makefiles.rst
> index d36768cf1250..9f6a11881951 100644
> --- a/Documentation/kbuild/makefiles.rst
> +++ b/Documentation/kbuild/makefiles.rst
> @@ -598,7 +598,7 @@ more details, with real examples.
>         explicitly added to $(targets).
>
>         Assignments to $(targets) are without $(obj)/ prefix. if_changed may be
> -       used in conjunction with custom rules as defined in "3.9 Custom Rules".
> +       used in conjunction with custom rules as defined in "3.11 Custom Rules".
>
>         Note: It is a typical mistake to forget the FORCE prerequisite.
>         Another common pitfall is that whitespace is sometimes significant; for
> --
> 2.25.0.rc1.19.g042ed3e048af
>


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-10 20:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-07 11:42 [PATCH] Documentation: kbuild: Fix section reference Viresh Kumar
2021-01-10 20:16 ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.