From: Chuansheng Liu Date: Mon, 10 Feb 2014 08:13:57 +0000 (+0800) Subject: genirq: Update the a comment typo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b04c644e670f79417f1728e6be310cfd8e6a921b;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git genirq: Update the a comment typo Change the comment "chasnge" to "change". Signed-off-by: Chuansheng Liu Link: http://lkml.kernel.org/r/1392020037-5484-2-git-send-email-chuansheng.liu@intel.com Signed-off-by: Thomas Gleixner --- 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: #ifdef CONFIG_SMP /* - * Check whether we need to chasnge the affinity of the interrupt thread. + * Check whether we need to change the affinity of the interrupt thread. */ static void irq_thread_check_affinity(struct irq_desc *desc, struct irqaction *action)