Commit a10874e8 authored by Jade Lovelace's avatar Jade Lovelace Committed by Jonathan Corbet
Browse files

Documentation: fix typo in dynamic-debug howto



Signed-off-by: default avatarJade Lovelace <lists@jade.fyi>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Message-ID: <20231019231655.3162225-1-lists@jade.fyi>
parent 91f950e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/modprobe.d/*.conf`` files,
in the following order:

1. parameters given via ``/etc/modprobe.d/*.conf``::