Browse Source

iwlwifi: mvm: fix typo in CTDP_CMD_OPERATION_REPORT description

Signed-off-by: Chaya Rachel Ivgi <chaya.rachel.ivgi@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Chaya Rachel Ivgi 8 years ago
parent
commit
3b9449bb1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h

+ 1 - 1
drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h

@@ -2130,7 +2130,7 @@ struct ct_kill_notif {
 * enum ctdp_cmd_operation - CTDP command operations
 * @CTDP_CMD_OPERATION_START: update the current budget
 * @CTDP_CMD_OPERATION_STOP: stop ctdp
-* @CTDP_CMD_OPERATION_REPORT: get the avgerage budget
+* @CTDP_CMD_OPERATION_REPORT: get the average budget
 */
 enum iwl_mvm_ctdp_cmd_operation {
 	CTDP_CMD_OPERATION_START	= 0x1,