diff options
author | Linas Vepstas <linas@austin.ibm.com> | 2007-09-06 13:46:15 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-09-13 11:33:24 -0400 |
commit | 70c6cc37db342d9f970884e12744ab5ee290d4ad (patch) | |
tree | add6a4d50504b0667957a4b60306bb29bfab3679 /arch/powerpc/kernel/prom.c | |
parent | e788ff13be03c2cc4055d5569b7b218dc3f2cb7b (diff) |
[POWERPC] prom.c whitespace cleanup
Whitespace cleanup: badly indented lines.
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/prom.c')
-rw-r--r-- | arch/powerpc/kernel/prom.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c index 0028fe68e09e..b081413c72d4 100644 --- a/arch/powerpc/kernel/prom.c +++ b/arch/powerpc/kernel/prom.c | |||
@@ -779,13 +779,13 @@ static int __init early_init_dt_scan_chosen(unsigned long node, | |||
779 | #endif | 779 | #endif |
780 | 780 | ||
781 | #ifdef CONFIG_KEXEC | 781 | #ifdef CONFIG_KEXEC |
782 | lprop = (u64*)of_get_flat_dt_prop(node, "linux,crashkernel-base", NULL); | 782 | lprop = (u64*)of_get_flat_dt_prop(node, "linux,crashkernel-base", NULL); |
783 | if (lprop) | 783 | if (lprop) |
784 | crashk_res.start = *lprop; | 784 | crashk_res.start = *lprop; |
785 | 785 | ||
786 | lprop = (u64*)of_get_flat_dt_prop(node, "linux,crashkernel-size", NULL); | 786 | lprop = (u64*)of_get_flat_dt_prop(node, "linux,crashkernel-size", NULL); |
787 | if (lprop) | 787 | if (lprop) |
788 | crashk_res.end = crashk_res.start + *lprop - 1; | 788 | crashk_res.end = crashk_res.start + *lprop - 1; |
789 | #endif | 789 | #endif |
790 | 790 | ||
791 | early_init_dt_check_for_initrd(node); | 791 | early_init_dt_check_for_initrd(node); |