treewide: Fix typo in printk

Correct spelling typo in printk

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Masanari Iida
2013-07-17 04:37:44 +09:00
committed by Jiri Kosina
parent 8646603608
commit 0b1587b18b
11 changed files with 18 additions and 18 deletions

View File

@@ -184,7 +184,7 @@ static void iwl_mvm_te_handle_notif(struct iwl_mvm *mvm,
(!te_data->vif->bss_conf.assoc ||
!te_data->vif->bss_conf.dtim_period)) {
IWL_ERR(mvm,
"No assocation and the time event is over already...\n");
"No association and the time event is over already...\n");
ieee80211_connection_loss(te_data->vif);
}