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:
Родитель
d37d2dd41f
Коммит
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 =
|
||||
|
|
Загрузка…
Ссылка в новой задаче