mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
[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>
This commit is contained in:
parent
e788ff13be
commit
70c6cc37db
@ -779,13 +779,13 @@ static int __init early_init_dt_scan_chosen(unsigned long node,
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_KEXEC
|
||||
lprop = (u64*)of_get_flat_dt_prop(node, "linux,crashkernel-base", NULL);
|
||||
if (lprop)
|
||||
crashk_res.start = *lprop;
|
||||
lprop = (u64*)of_get_flat_dt_prop(node, "linux,crashkernel-base", NULL);
|
||||
if (lprop)
|
||||
crashk_res.start = *lprop;
|
||||
|
||||
lprop = (u64*)of_get_flat_dt_prop(node, "linux,crashkernel-size", NULL);
|
||||
if (lprop)
|
||||
crashk_res.end = crashk_res.start + *lprop - 1;
|
||||
lprop = (u64*)of_get_flat_dt_prop(node, "linux,crashkernel-size", NULL);
|
||||
if (lprop)
|
||||
crashk_res.end = crashk_res.start + *lprop - 1;
|
||||
#endif
|
||||
|
||||
early_init_dt_check_for_initrd(node);
|
||||
|
Loading…
Reference in New Issue
Block a user