Commit b802ab46 authored by Colin Ian King's avatar Colin Ian King Committed by Michael Ellerman

powerpc: Fix some spelling mistakes

Collation of some spelling fixes from Colin.

 Attemping   -> Attempting
 intialized  -> initialized
 missmanaged -> mismanaged
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent f718d426
...@@ -554,7 +554,7 @@ static ssize_t dlpar_cpu_remove(struct device_node *dn, u32 drc_index) ...@@ -554,7 +554,7 @@ static ssize_t dlpar_cpu_remove(struct device_node *dn, u32 drc_index)
{ {
int rc; int rc;
pr_debug("Attemping to remove CPU %s, drc index: %x\n", pr_debug("Attempting to remove CPU %s, drc index: %x\n",
dn->name, drc_index); dn->name, drc_index);
rc = dlpar_offline_cpu(dn); rc = dlpar_offline_cpu(dn);
......
...@@ -1417,7 +1417,7 @@ bool xive_core_init(const struct xive_ops *ops, void __iomem *area, u32 offset, ...@@ -1417,7 +1417,7 @@ bool xive_core_init(const struct xive_ops *ops, void __iomem *area, u32 offset,
/* Get ready for interrupts */ /* Get ready for interrupts */
xive_setup_cpu(); xive_setup_cpu();
pr_info("Interrupt handling intialized with %s backend\n", pr_info("Interrupt handling initialized with %s backend\n",
xive_ops->name); xive_ops->name);
pr_info("Using priority %d for all interrupts\n", max_prio); pr_info("Using priority %d for all interrupts\n", max_prio);
......
...@@ -1242,8 +1242,7 @@ static void hvcs_close(struct tty_struct *tty, struct file *filp) ...@@ -1242,8 +1242,7 @@ static void hvcs_close(struct tty_struct *tty, struct file *filp)
free_irq(irq, hvcsd); free_irq(irq, hvcsd);
return; return;
} else if (hvcsd->port.count < 0) { } else if (hvcsd->port.count < 0) {
printk(KERN_ERR "HVCS: vty-server@%X open_count: %d" printk(KERN_ERR "HVCS: vty-server@%X open_count: %d is mismanaged.\n",
" is missmanaged.\n",
hvcsd->vdev->unit_address, hvcsd->port.count); hvcsd->vdev->unit_address, hvcsd->port.count);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment