staging: emxx_udc: emxx_udc.c Align parenthesis
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>
This commit is contained in:
parent
89c92514d9
commit
be8431dc1e
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue