From: Jan-Simon Möller <[email protected]> Signed-off-by: Jan-Simon Möller <[email protected]> Cc: Rob Landley <[email protected]> Cc: [email protected] Cc: [email protected] --- Documentation/dynamic-debug-howto.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/dynamic-debug-howto.txt b/Documentation/dynamic-debug-howto.txt index 6e16849..5250064 100644 --- a/Documentation/dynamic-debug-howto.txt +++ b/Documentation/dynamic-debug-howto.txt @@ -242,7 +242,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 -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

