diff options
author | Chuansheng Liu <chuansheng.liu@intel.com> | 2014-02-10 03:13:57 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2014-02-19 11:26:34 -0500 |
commit | b04c644e670f79417f1728e6be310cfd8e6a921b (patch) | |
tree | 026506dfded7176582b3b141bef1ad67ff55359e | |
parent | 1bc38a1d33a09949cfb6a12349e3c8dac867a5ab (diff) |
genirq: Update the a comment typo
Change the comment "chasnge" to "change".
Signed-off-by: Chuansheng Liu <chuansheng.liu@intel.com>
Link: http://lkml.kernel.org/r/1392020037-5484-2-git-send-email-chuansheng.liu@intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | kernel/irq/manage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c index 54eb5c99351b..ada0c548c36a 100644 --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c | |||
@@ -757,7 +757,7 @@ out_unlock: | |||
757 | 757 | ||
758 | #ifdef CONFIG_SMP | 758 | #ifdef CONFIG_SMP |
759 | /* | 759 | /* |
760 | * Check whether we need to chasnge the affinity of the interrupt thread. | 760 | * Check whether we need to change the affinity of the interrupt thread. |
761 | */ | 761 | */ |
762 | static void | 762 | static void |
763 | irq_thread_check_affinity(struct irq_desc *desc, struct irqaction *action) | 763 | irq_thread_check_affinity(struct irq_desc *desc, struct irqaction *action) |