diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2008-10-24 02:48:56 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-10-31 19:02:28 -0400 |
commit | a96a27f97f2bbfc1fca54bc3c0b0d41484152740 (patch) | |
tree | f9f6611156a01fbe97b38fb92aa078b2fc01d929 /drivers/net/wireless/iwlwifi/iwl-debug.h | |
parent | 127901ab69bbb263fb2b46e850cf20c57ac321d3 (diff) |
iwlwifi: run through spell checker
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-debug.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-debug.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-debug.h b/drivers/net/wireless/iwlwifi/iwl-debug.h index 2b48a4c01776..84b7772809e3 100644 --- a/drivers/net/wireless/iwlwifi/iwl-debug.h +++ b/drivers/net/wireless/iwlwifi/iwl-debug.h | |||
@@ -101,13 +101,12 @@ static inline void iwl_dbgfs_unregister(struct iwl_priv *priv) | |||
101 | * | 101 | * |
102 | * To add your debug level to the list of levels seen when you perform | 102 | * To add your debug level to the list of levels seen when you perform |
103 | * | 103 | * |
104 | * % cat /proc/net/iwl/debug_level | 104 | * % cat /sys/class/net/wlanX/device/debug_level |
105 | * | 105 | * |
106 | * you simply need to add your entry to the iwl_debug_levels array. | 106 | * you simply need to add your entry to the iwl_debug_levels array. |
107 | * | 107 | * |
108 | * If you do not see debug_level in /proc/net/iwl then you do not have | 108 | * If you do not see debug_level in /sys/class/net/wlanX/device/debug_level |
109 | * CONFIG_IWLWIFI_DEBUG defined in your kernel configuration | 109 | * then you do not have CONFIG_IWLWIFI_DEBUG defined in your kernel config file |
110 | * | ||
111 | */ | 110 | */ |
112 | 111 | ||
113 | #define IWL_DL_INFO (1 << 0) | 112 | #define IWL_DL_INFO (1 << 0) |