linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kbuild: Fix comment typo in scripts/Makefile.modpost
@ 2021-09-16  9:21 Ramji Jiyani
  2021-09-19  2:01 ` Masahiro Yamada
  0 siblings, 1 reply; 2+ messages in thread
From: Ramji Jiyani @ 2021-09-16  9:21 UTC (permalink / raw)
  To: Masahiro Yamada, Michal Marek, Nick Desaulniers
  Cc: Ramji Jiyani, linux-kbuild, linux-kernel

Change comment "create one <module>.mod.c file pr. module"
to "create one <module>.mod.c file per module"

Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
---
 scripts/Makefile.modpost | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost
index eef56d629799..48585c4d04ad 100644
--- a/scripts/Makefile.modpost
+++ b/scripts/Makefile.modpost
@@ -13,7 +13,7 @@
 # Stage 2 is handled by this file and does the following
 # 1) Find all modules listed in modules.order
 # 2) modpost is then used to
-# 3)  create one <module>.mod.c file pr. module
+# 3)  create one <module>.mod.c file per module
 # 4)  create one Module.symvers file with CRC for all exported symbols
 
 # Step 3 is used to place certain information in the module's ELF
-- 
2.33.0.309.g3052b89438-goog


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

* Re: [PATCH] kbuild: Fix comment typo in scripts/Makefile.modpost
  2021-09-16  9:21 [PATCH] kbuild: Fix comment typo in scripts/Makefile.modpost Ramji Jiyani
@ 2021-09-19  2:01 ` Masahiro Yamada
  0 siblings, 0 replies; 2+ messages in thread
From: Masahiro Yamada @ 2021-09-19  2:01 UTC (permalink / raw)
  To: Ramji Jiyani
  Cc: Michal Marek, Nick Desaulniers, Linux Kbuild mailing list,
	Linux Kernel Mailing List

On Thu, Sep 16, 2021 at 6:21 PM Ramji Jiyani <ramjiyani@google.com> wrote:
>
> Change comment "create one <module>.mod.c file pr. module"
> to "create one <module>.mod.c file per module"
>
> Signed-off-by: Ramji Jiyani <ramjiyani@google.com>
> ---
>  scripts/Makefile.modpost | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to linux-kbuild. Thanks.


> diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost
> index eef56d629799..48585c4d04ad 100644
> --- a/scripts/Makefile.modpost
> +++ b/scripts/Makefile.modpost
> @@ -13,7 +13,7 @@
>  # Stage 2 is handled by this file and does the following
>  # 1) Find all modules listed in modules.order
>  # 2) modpost is then used to
> -# 3)  create one <module>.mod.c file pr. module
> +# 3)  create one <module>.mod.c file per module
>  # 4)  create one Module.symvers file with CRC for all exported symbols
>
>  # Step 3 is used to place certain information in the module's ELF
> --
> 2.33.0.309.g3052b89438-goog
>


-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2021-09-19  2:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16  9:21 [PATCH] kbuild: Fix comment typo in scripts/Makefile.modpost Ramji Jiyani
2021-09-19  2:01 ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).