* [PATCH] Staging: emxx_udc: Fix open parenthesis at the end of the line
@ 2019-03-04 17:33 Daniela Mormocea
0 siblings, 0 replies; only message in thread
From: Daniela Mormocea @ 2019-03-04 17:33 UTC (permalink / raw)
To: outreachy-kernel
warning detected by checkpatch.pl
Signed-off-by: Daniela Mormocea <daniela.mormocea@gmail.com>
---
drivers/staging/emxx_udc/emxx_udc.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/staging/emxx_udc/emxx_udc.c b/drivers/staging/emxx_udc/emxx_udc.c
index 8b1a9ad..b960a21 100644
--- a/drivers/staging/emxx_udc/emxx_udc.c
+++ b/drivers/staging/emxx_udc/emxx_udc.c
@@ -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;
}
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-03-04 17:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-04 17:33 [PATCH] Staging: emxx_udc: Fix open parenthesis at the end of the line Daniela Mormocea
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.