staging: emxx_udc: emxx_udc.c Align parenthesis
authorWalt Feasel <waltfeasel@gmail.com>
Mon, 21 Nov 2016 15:05:51 +0000 (10:05 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 23 Nov 2016 09:05:39 +0000 (10:05 +0100)
Make suggested checkpatch modification for
CHECK: Alignment should match open parenthesis

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/emxx_udc/emxx_udc.c

index 65672b5..3f42fa8 100644 (file)
@@ -3284,8 +3284,8 @@ static int nbu2ss_drv_remove(struct platform_device *pdev)
        for (i = 0; i < NUM_ENDPOINTS; i++) {
                ep = &udc->ep[i];
                if (ep->virt_buf)
-                       dma_free_coherent(NULL, PAGE_SIZE,
-                               (void *)ep->virt_buf, ep->phys_buf);
+                       dma_free_coherent(NULL, PAGE_SIZE, (void *)ep->virt_buf,
+                                         ep->phys_buf);
        }
 
        /* Interrupt Handler - Release */