mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-03 07:41:40 +00:00
staging: gasket: fix code indent for conditional statement
Fixed a coding style issue related to indentation. Reported by checkpatch.pl Signed-off-by: Sumit Pundir <pundirsumit11@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d37d2dd41f
commit
8d84a9c1d2
@ -1311,7 +1311,7 @@ int gasket_alloc_coherent_memory(struct gasket_dev *gasket_dev, u64 size,
|
||||
gasket_dev->coherent_buffer.virt_base = mem;
|
||||
|
||||
*dma_address = driver_desc->coherent_buffer_description.base;
|
||||
for (j = 0; j < num_pages; j++) {
|
||||
for (j = 0; j < num_pages; j++) {
|
||||
gasket_dev->page_table[index]->coherent_pages[j].paddr =
|
||||
handle + j * PAGE_SIZE;
|
||||
gasket_dev->page_table[index]->coherent_pages[j].kernel_virt =
|
||||
|
Loading…
Reference in New Issue
Block a user