Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1526749 > unrolled thread

[PATCH 4/5] staging: emxx_udc: emxx_udc.c Spaces preferred around operators

Started byWalt Feasel <waltfeasel@gmail.com>
First post2016-11-21 16:10 +0100
Last post2016-11-21 16:10 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 4/5] staging: emxx_udc: emxx_udc.c Spaces preferred around operators Walt Feasel <waltfeasel@gmail.com> - 2016-11-21 16:10 +0100

#1526749 — [PATCH 4/5] staging: emxx_udc: emxx_udc.c Spaces preferred around operators

FromWalt Feasel <waltfeasel@gmail.com>
Date2016-11-21 16:10 +0100
Subject[PATCH 4/5] staging: emxx_udc: emxx_udc.c Spaces preferred around operators
Message-ID<sFYoh-2MJ-27@gated-at.bofh.it>
Make suggested checkpatch modification for
CHECK: spaces preferred around that '|'

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
---
 drivers/staging/emxx_udc/emxx_udc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/emxx_udc/emxx_udc.c b/drivers/staging/emxx_udc/emxx_udc.c
index 3a29f38..65672b5 100644
--- a/drivers/staging/emxx_udc/emxx_udc.c
+++ b/drivers/staging/emxx_udc/emxx_udc.c
@@ -262,7 +262,7 @@ static int _nbu2ss_ep_init(struct nbu2ss_udc *udc, struct nbu2ss_ep *ep)
 	}
 
 	_nbu2ss_bitset(&udc->p_regs->EP_REGS[num].EP_CONTROL, data);
-	_nbu2ss_endpoint_toggle_reset(udc, (ep->epnum|ep->direct));
+	_nbu2ss_endpoint_toggle_reset(udc, (ep->epnum | ep->direct));
 
 	if (ep->direct == USB_DIR_OUT) {
 		/*---------------------------------------------------------*/
-- 
2.1.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web