summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-06-05 16:49:12 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2017-06-05 16:50:15 +1000
commitb802ab46ba12c617fd55b072f1906627e636947b (patch)
tree968cd8a8fc3a5f9b23e34619b01328e06900a3a0 /arch/powerpc/sysdev
parentf718d426d7e42eec6e5d2932f52a51de23bd3b30 (diff)
downloadlinux-stable-b802ab46ba12c617fd55b072f1906627e636947b.tar.gz
linux-stable-b802ab46ba12c617fd55b072f1906627e636947b.tar.bz2
linux-stable-b802ab46ba12c617fd55b072f1906627e636947b.zip
powerpc: Fix some spelling mistakes
Collation of some spelling fixes from Colin. Attemping -> Attempting intialized -> initialized missmanaged -> mismanaged Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/sysdev')
-rw-r--r--arch/powerpc/sysdev/xive/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/xive/common.c b/arch/powerpc/sysdev/xive/common.c
index 913825086b8d..afc9484ae747 100644
--- a/arch/powerpc/sysdev/xive/common.c
+++ b/arch/powerpc/sysdev/xive/common.c
@@ -1417,7 +1417,7 @@ bool xive_core_init(const struct xive_ops *ops, void __iomem *area, u32 offset,
/* Get ready for interrupts */
xive_setup_cpu();
- pr_info("Interrupt handling intialized with %s backend\n",
+ pr_info("Interrupt handling initialized with %s backend\n",
xive_ops->name);
pr_info("Using priority %d for all interrupts\n", max_prio);