aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/emxx_udc
diff options
context:
space:
mode:
authorWalt Feasel <waltfeasel@gmail.com>2016-11-21 10:05:50 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-11-23 10:05:38 +0100
commit89c92514d9689cf46bfde4b6ab4d5ec4b5c22dc2 (patch)
tree582bb268d8e0002a1cfb51089d05130d64d83c6f /drivers/staging/emxx_udc
parentstaging: emxx_udc: emxx_udc.c {} Single statement blocks (diff)
downloadlinux-dev-89c92514d9689cf46bfde4b6ab4d5ec4b5c22dc2.tar.xz
linux-dev-89c92514d9689cf46bfde4b6ab4d5ec4b5c22dc2.zip
staging: emxx_udc: emxx_udc.c Spaces preferred around operators
Make suggested checkpatch modification for CHECK: spaces preferred around that '|' Signed-off-by: Walt Feasel <waltfeasel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/emxx_udc')
-rw-r--r--drivers/staging/emxx_udc/emxx_udc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/emxx_udc/emxx_udc.c b/drivers/staging/emxx_udc/emxx_udc.c
index 3a29f387639d..65672b5f9a77 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) {
/*---------------------------------------------------------*/