iwlegacy: comment typo fix diable -> disable

Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
Stanislaw Gruszka 2011-04-28 11:51:30 +02:00 коммит произвёл John W. Linville
Родитель 7a55237ac9
Коммит 93fd74e3d5
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -2642,7 +2642,7 @@ unplugged:
none: none:
/* re-enable interrupts here since we don't have anything to service. */ /* re-enable interrupts here since we don't have anything to service. */
/* only Re-enable if diabled by irq */ /* only Re-enable if disabled by irq */
if (test_bit(STATUS_INT_ENABLED, &priv->status)) if (test_bit(STATUS_INT_ENABLED, &priv->status))
iwl_legacy_enable_interrupts(priv); iwl_legacy_enable_interrupts(priv);
spin_unlock_irqrestore(&priv->lock, flags); spin_unlock_irqrestore(&priv->lock, flags);

Просмотреть файл

@ -1069,7 +1069,7 @@ static void iwl4965_irq_tasklet(struct iwl_priv *priv)
} }
/* Re-enable all interrupts */ /* Re-enable all interrupts */
/* only Re-enable if diabled by irq */ /* only Re-enable if disabled by irq */
if (test_bit(STATUS_INT_ENABLED, &priv->status)) if (test_bit(STATUS_INT_ENABLED, &priv->status))
iwl_legacy_enable_interrupts(priv); iwl_legacy_enable_interrupts(priv);
/* Re-enable RF_KILL if it occurred */ /* Re-enable RF_KILL if it occurred */