diff options
author | Matt LaPlante <kernel1@cyberdogtech.com> | 2006-10-03 22:36:44 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-10-03 22:36:44 +0200 |
commit | cab00891c5489cb6d0cde0a55d39bd5f2871fa70 (patch) | |
tree | 0dc810a15ad02dc76939b6ea021a4a24794561bb /drivers/infiniband/ulp/ipoib/Kconfig | |
parent | 44c09201a4178e08ed1c8cc37e7aea0683888f0a (diff) | |
download | talos-op-linux-cab00891c5489cb6d0cde0a55d39bd5f2871fa70.tar.gz talos-op-linux-cab00891c5489cb6d0cde0a55d39bd5f2871fa70.zip |
Still more typo fixes
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'drivers/infiniband/ulp/ipoib/Kconfig')
-rw-r--r-- | drivers/infiniband/ulp/ipoib/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/ipoib/Kconfig b/drivers/infiniband/ulp/ipoib/Kconfig index d74653d7de1c..c75322d820d4 100644 --- a/drivers/infiniband/ulp/ipoib/Kconfig +++ b/drivers/infiniband/ulp/ipoib/Kconfig @@ -26,7 +26,7 @@ config INFINIBAND_IPOIB_DEBUG_DATA bool "IP-over-InfiniBand data path debugging" depends on INFINIBAND_IPOIB_DEBUG ---help--- - This option compiles debugging code into the the data path + This option compiles debugging code into the data path of the IPoIB driver. The output can be turned on via the data_debug_level module parameter; however, even with output turned off, this debugging code will have some performance |