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: Roland Dreier <rolandd@cisco.com>

+4 -3
+4 -3
drivers/infiniband/ulp/ipoib/Kconfig
··· 34 debug_level and mcast_debug_level module parameters (which 35 can also be set after the driver is loaded through sysfs). 36 37 - This option also creates an "ipoib_debugfs," which can be 38 - mounted to expose debugging information about IB multicast 39 - groups used by the IPoIB driver. 40 41 config INFINIBAND_IPOIB_DEBUG_DATA 42 bool "IP-over-InfiniBand data path debugging"
··· 34 debug_level and mcast_debug_level module parameters (which 35 can also be set after the driver is loaded through sysfs). 36 37 + This option also creates a directory tree under ipoib/ in 38 + debugfs, which contains files that expose debugging 39 + information about IB multicast groups used by the IPoIB 40 + driver. 41 42 config INFINIBAND_IPOIB_DEBUG_DATA 43 bool "IP-over-InfiniBand data path debugging"