Commit 99059224 authored by Roland Dreier's avatar Roland Dreier

IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUG

The help text for INFINIBAND_IPOIB_DEBUG refers to "ipoib_debugfs,"
which no longer exists.  Correct this to talk about the files under
debugfs that are really created.
Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent 99c3a5a9
...@@ -34,9 +34,10 @@ config INFINIBAND_IPOIB_DEBUG ...@@ -34,9 +34,10 @@ config INFINIBAND_IPOIB_DEBUG
debug_level and mcast_debug_level module parameters (which debug_level and mcast_debug_level module parameters (which
can also be set after the driver is loaded through sysfs). can also be set after the driver is loaded through sysfs).
This option also creates an "ipoib_debugfs," which can be This option also creates a directory tree under ipoib/ in
mounted to expose debugging information about IB multicast debugfs, which contains files that expose debugging
groups used by the IPoIB driver. information about IB multicast groups used by the IPoIB
driver.
config INFINIBAND_IPOIB_DEBUG_DATA config INFINIBAND_IPOIB_DEBUG_DATA
bool "IP-over-InfiniBand data path debugging" bool "IP-over-InfiniBand data path debugging"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment