aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gasket/gasket_page_table.c
diff options
context:
space:
mode:
authorSumit Pundir <pundirsumit11@gmail.com>2018-08-07 16:14:28 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-08-08 11:20:45 +0200
commit8d84a9c1d29dbad517228e7e64d07b4d86dc7f59 (patch)
treebe5928bdf2604c9852f4493178896b7f45b77de1 /drivers/staging/gasket/gasket_page_table.c
parentstaging: gasket: core: remove incorrect extraneous comment (diff)
downloadlinux-dev-8d84a9c1d29dbad517228e7e64d07b4d86dc7f59.tar.xz
linux-dev-8d84a9c1d29dbad517228e7e64d07b4d86dc7f59.zip
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>
Diffstat (limited to 'drivers/staging/gasket/gasket_page_table.c')
-rw-r--r--drivers/staging/gasket/gasket_page_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gasket/gasket_page_table.c b/drivers/staging/gasket/gasket_page_table.c
index ed6ab3c5f038..d4c5f8aa7dd3 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 =