diff mbox series

kbuild: Fix comment typo in scripts/Makefile.modpost

Message ID 20210916092122.2374583-1-ramjiyani@google.com (mailing list archive)
State New, archived
Headers show
Series kbuild: Fix comment typo in scripts/Makefile.modpost | expand

Commit Message

Ramji Jiyani Sept. 16, 2021, 9:21 a.m. UTC
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(-)

Comments

Masahiro Yamada Sept. 19, 2021, 2:01 a.m. UTC | #1
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
>
diff mbox series

Patch

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