mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-14 00:16:18 +07:00
Staging: android: ion: ion_dummy_driver: remove unnecessary empty line
Fix coding style issue. Signed-off-by: Maciej Billewicz <maciej.billewicz@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
650cd16b0d
commit
6a386dd070
@ -75,7 +75,6 @@ static int __init ion_dummy_init(void)
|
|||||||
if (!heaps)
|
if (!heaps)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
||||||
|
|
||||||
/* Allocate a dummy carveout heap */
|
/* Allocate a dummy carveout heap */
|
||||||
carveout_ptr = alloc_pages_exact(
|
carveout_ptr = alloc_pages_exact(
|
||||||
dummy_heaps[ION_HEAP_TYPE_CARVEOUT].size,
|
dummy_heaps[ION_HEAP_TYPE_CARVEOUT].size,
|
||||||
|
Loading…
Reference in New Issue
Block a user