]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
iwl-rfkill.c: correct 'recieved' typo
authorJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Jun 2008 17:04:25 +0000 (13:04 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 30 Jun 2008 21:37:33 +0000 (17:37 -0400)
Correct typo introduced by "wireless: remove RFKILL_STATE_HARD_BLOCKED
warnings".

Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-rfkill.c

index ffefbb487e121b62b287d0345804b64cd489a5df..32b1c4b4c6a2a847dd3d01e8ee7143cde1f660e2 100644 (file)
@@ -50,7 +50,7 @@ static int iwl_rfkill_soft_rf_kill(void *data, enum rfkill_state state)
        if (test_bit(STATUS_EXIT_PENDING, &priv->status))
                return 0;
 
-       IWL_DEBUG_RF_KILL("we recieved soft RFKILL set to state %d\n", state);
+       IWL_DEBUG_RF_KILL("we received soft RFKILL set to state %d\n", state);
        mutex_lock(&priv->mutex);
 
        switch (state) {