staging: emxx_udc: Fix open parenthesis at the end of the line
authorDaniela Mormocea <daniela.mormocea@gmail.com>
Mon, 4 Mar 2019 17:33:25 +0000 (19:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2019 06:05:18 +0000 (07:05 +0100)
warning detected by checkpatch.pl

Signed-off-by: Daniela Mormocea <daniela.mormocea@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/emxx_udc/emxx_udc.c

index 8b1a9ad096b9c313ec52520ae801c689de36e408..b960a21669782df27160bdbeca78fc86c1a1f1a4 100644 (file)
@@ -1418,8 +1418,7 @@ static inline int _nbu2ss_req_feature(struct nbu2ss_udc *udc, bool bset)
                                                udc, ep_adrs);
                                }
 
-                               _nbu2ss_set_endpoint_stall(
-                                       udc, ep_adrs, bset);
+                               _nbu2ss_set_endpoint_stall(udc, ep_adrs, bset);
 
                                result = 0;
                        }