Skip to content

Commit e043997

Browse files
zhijianli88Jonathan Corbet
authored andcommitted
Documentation: Fix typo localmodonfig -> localmodconfig
It's noticed when I myself made the same spelling mistake while searching for localmodconfig Signed-off-by: Li Zhijian <[email protected]> Reviewed-by: Thorsten Leemhuis <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent a883764 commit e043997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/admin-guide/quickly-build-trimmed-linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ can easily happen that your self-built kernel will lack modules for tasks you
733733
did not perform before utilizing this make target. That's because those tasks
734734
require kernel modules that are normally autoloaded when you perform that task
735735
for the first time; if you didn't perform that task at least once before using
736-
localmodonfig, the latter will thus assume these modules are superfluous and
736+
localmodconfig, the latter will thus assume these modules are superfluous and
737737
disable them.
738738

739739
You can try to avoid this by performing typical tasks that often will autoload

Documentation/admin-guide/verify-bugs-and-bisect-regressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ can easily happen that your self-built kernels will lack modules for tasks you
14311431
did not perform at least once before utilizing this make target. That happens
14321432
when a task requires kernel modules which are only autoloaded when you execute
14331433
it for the first time. So when you never performed that task since starting your
1434-
kernel the modules will not have been loaded -- and from localmodonfig's point
1434+
kernel the modules will not have been loaded -- and from localmodconfig's point
14351435
of view look superfluous, which thus disables them to reduce the amount of code
14361436
to be compiled.
14371437

0 commit comments

Comments
 (0)