Skip to content

Commit

Permalink
[S390] Remove useless newline in reserve_kdump_bootmem()
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Michael Holzheu authored and Martin Schwidefsky committed Dec 27, 2011
1 parent 44e5ddc commit 4999023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/s390/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ static int __init verify_crash_base(unsigned long crash_base,
static void __init reserve_kdump_bootmem(unsigned long addr, unsigned long size,
int type)
{

create_mem_hole(memory_chunk, addr, size, type);
}

Expand Down

0 comments on commit 4999023

Please sign in to comment.