Commit 7c801446 authored by Ramji Jiyani's avatar Ramji Jiyani Committed by Masahiro Yamada
Browse files

kbuild: Fix comment typo in scripts/Makefile.modpost



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

Signed-off-by: default avatarRamji Jiyani <ramjiyani@google.com>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 4e70b646
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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