Skip to content

Commit

Permalink
iwlwifi: fix spelling mistake "registrating" -> "registering"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in IWL_ERR error message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
  • Loading branch information
Colin Ian King authored and Luca Coelho committed Jan 25, 2019
1 parent af84282 commit d6f9c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/intel/iwlwifi/dvm/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ static void iwl_bg_restart(struct work_struct *data)
ieee80211_restart_hw(priv->hw);
else
IWL_ERR(priv,
"Cannot request restart before registrating with mac80211\n");
"Cannot request restart before registering with mac80211\n");
} else {
WARN_ON(1);
}
Expand Down

0 comments on commit d6f9c77

Please sign in to comment.