Commit 7ed3f3c4 authored by Colin Ian King's avatar Colin Ian King Committed by Johannes Berg
Browse files

wifi: iwlwifi: Fix spelling mistake "Increate" -> "Increase"



There is a spelling mistake in a IWL_DEBUG_RATE message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://patch.msgid.link/20250227221917.658401-1-colin.i.king@gmail.com


Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 95da92e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1783,7 +1783,7 @@ static enum rs_action rs_get_rate_action(struct iwl_mvm *mvm,
	if ((high_tpt != IWL_INVALID_VALUE) &&
	    (high_tpt > current_tpt)) {
		IWL_DEBUG_RATE(mvm,
			       "Higher rate is better. Increate rate\n");
			       "Higher rate is better. Increase rate\n");
		return RS_ACTION_UPSCALE;
	}