From: Sumit Pundir Date: Tue, 7 Aug 2018 10:44:28 +0000 (+0530) Subject: staging: gasket: fix code indent for conditional statement X-Git-Tag: v4.19~371^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d84a9c1d29dbad517228e7e64d07b4d86dc7f59;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/gasket/gasket_page_table.c b/drivers/staging/gasket/gasket_page_table.c index ed6ab3c..d4c5f8a 100644 --- a/drivers/staging/gasket/gasket_page_table.c +++ b/drivers/staging/gasket/gasket_page_table.c @@ -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 =