diff options
author | Eliad Peller <eliad@wizery.com> | 2013-07-16 17:33:26 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-08-06 10:33:58 +0200 |
commit | e89044d75e50e047bd34db81ac8d18500626f40f (patch) | |
tree | 00da2bd2073c8bd4fd84651368f1c7869778f685 /drivers/net/wireless/iwlwifi/iwl-op-mode.h | |
parent | f5e45f2d960cea226b9d173e232c94c4c388c1bc (diff) | |
download | talos-obmc-linux-e89044d75e50e047bd34db81ac8d18500626f40f.tar.gz talos-obmc-linux-e89044d75e50e047bd34db81ac8d18500626f40f.zip |
iwlwifi: fix some documentation typos
Fix some typos.
Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/iwl-op-mode.h')
-rw-r--r-- | drivers/net/wireless/iwlwifi/iwl-op-mode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/iwlwifi/iwl-op-mode.h b/drivers/net/wireless/iwlwifi/iwl-op-mode.h index 98c7aa7346da..976448a57d02 100644 --- a/drivers/net/wireless/iwlwifi/iwl-op-mode.h +++ b/drivers/net/wireless/iwlwifi/iwl-op-mode.h @@ -93,7 +93,7 @@ struct iwl_cfg; * 1) The driver layer (iwl-drv.c) chooses the op_mode based on the * capabilities advertized by the fw file (in TLV format). * 2) The driver layer starts the op_mode (ops->start) - * 3) The op_mode registers registers mac80211 + * 3) The op_mode registers mac80211 * 4) The op_mode is governed by mac80211 * 5) The driver layer stops the op_mode */ @@ -112,7 +112,7 @@ struct iwl_cfg; * @stop: stop the op_mode. Must free all the memory allocated. * May sleep * @rx: Rx notification to the op_mode. rxb is the Rx buffer itself. Cmd is the - * HCMD the this Rx responds to. + * HCMD this Rx responds to. * This callback may sleep, it is called from a threaded IRQ handler. * @queue_full: notifies that a HW queue is full. * Must be atomic and called with BH disabled. |