]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUG
authorRoland Dreier <rolandd@cisco.com>
Fri, 25 Jul 2008 03:37:25 +0000 (20:37 -0700)
committerRoland Dreier <rolandd@cisco.com>
Fri, 25 Jul 2008 03:37:25 +0000 (20:37 -0700)
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: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/ulp/ipoib/Kconfig

index ccc7180818a30c034f39686afd5219b03093cdfa..9d9a9dc51f18141227cc097ee63477e75235ac48 100644 (file)
@@ -34,9 +34,10 @@ config INFINIBAND_IPOIB_DEBUG
          debug_level and mcast_debug_level module parameters (which
          can also be set after the driver is loaded through sysfs).
 
-         This option also creates an "ipoib_debugfs," which can be
-         mounted to expose debugging information about IB multicast
-         groups used by the IPoIB driver.
+         This option also creates a directory tree under ipoib/ in
+         debugfs, which contains files that expose debugging
+         information about IB multicast groups used by the IPoIB
+         driver.
 
 config INFINIBAND_IPOIB_DEBUG_DATA
        bool "IP-over-InfiniBand data path debugging"