projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91f950e
)
Documentation: fix typo in dynamic-debug howto
author
Jade Lovelace
<lists@jade.fyi>
Thu, 19 Oct 2023 23:16:55 +0000
(16:16 -0700)
committer
Jonathan Corbet
<corbet@lwn.net>
Mon, 23 Oct 2023 02:37:17 +0000
(20:37 -0600)
Signed-off-by: Jade Lovelace <lists@jade.fyi>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <
20231019231655
.
3162225
-1-lists@jade.fyi>
Documentation/admin-guide/dynamic-debug-howto.rst
patch
|
blob
|
history
diff --git
a/Documentation/admin-guide/dynamic-debug-howto.rst
b/Documentation/admin-guide/dynamic-debug-howto.rst
index 0b3d39c610d9c7dbbcde2894507ea4d399106e6c..0c526dac8428a80bc19c0d710e0703f81572289a 100644
(file)
--- a/
Documentation/admin-guide/dynamic-debug-howto.rst
+++ b/
Documentation/admin-guide/dynamic-debug-howto.rst
@@
-259,7
+259,7
@@
Debug Messages at Module Initialization Time
When ``modprobe foo`` is called, modprobe scans ``/proc/cmdline`` for
``foo.params``, strips ``foo.``, and passes them to the kernel along with
-params given in modprobe args or ``/etc/modprob.d/*.conf`` files,
+params given in modprobe args or ``/etc/modprob
e
.d/*.conf`` files,
in the following order:
1. parameters given via ``/etc/modprobe.d/*.conf``::