diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2007-05-11 16:52:08 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-12 00:39:21 -0400 |
commit | e5dd42e4fb242ae07a09928616570348ffe8aeee (patch) | |
tree | 9ed722f6f8ae658ec1701ae26591101cf6a4c8d8 /arch/sparc64/kernel/of_device.c | |
parent | d1a78c32edcabea8c7c6449c967191a47f83a77f (diff) |
[SPARC64]: Spelling fixes.
Spelling fixes in arch/sparc64/.
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/kernel/of_device.c')
-rw-r--r-- | arch/sparc64/kernel/of_device.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/of_device.c b/arch/sparc64/kernel/of_device.c index 9ac9a307999a..7455f5d05519 100644 --- a/arch/sparc64/kernel/of_device.c +++ b/arch/sparc64/kernel/of_device.c | |||
@@ -596,7 +596,7 @@ static void __init build_device_resources(struct of_device *op, | |||
596 | /* Convert to num-entries. */ | 596 | /* Convert to num-entries. */ |
597 | num_reg /= na + ns; | 597 | num_reg /= na + ns; |
598 | 598 | ||
599 | /* Prevent overruning the op->resources[] array. */ | 599 | /* Prevent overrunning the op->resources[] array. */ |
600 | if (num_reg > PROMREG_MAX) { | 600 | if (num_reg > PROMREG_MAX) { |
601 | printk(KERN_WARNING "%s: Too many regs (%d), " | 601 | printk(KERN_WARNING "%s: Too many regs (%d), " |
602 | "limiting to %d.\n", | 602 | "limiting to %d.\n", |
@@ -904,7 +904,7 @@ static struct of_device * __init scan_one_device(struct device_node *dp, | |||
904 | op->num_irqs = 0; | 904 | op->num_irqs = 0; |
905 | } | 905 | } |
906 | 906 | ||
907 | /* Prevent overruning the op->irqs[] array. */ | 907 | /* Prevent overrunning the op->irqs[] array. */ |
908 | if (op->num_irqs > PROMINTR_MAX) { | 908 | if (op->num_irqs > PROMINTR_MAX) { |
909 | printk(KERN_WARNING "%s: Too many irqs (%d), " | 909 | printk(KERN_WARNING "%s: Too many irqs (%d), " |
910 | "limiting to %d.\n", | 910 | "limiting to %d.\n", |