]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: gasket: fix code indent for conditional statement
authorSumit Pundir <pundirsumit11@gmail.com>
Tue, 7 Aug 2018 10:44:28 +0000 (16:14 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Aug 2018 09:20:45 +0000 (11:20 +0200)
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>
drivers/staging/gasket/gasket_page_table.c

index ed6ab3c5f03819edfe5e09fd5f37a0464442f212..d4c5f8aa7dd34eb317a1c483a7295d813555e144 100644 (file)
@@ -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 =