mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 13:23:35 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b6576797f6
commit
89c92514d9
@@ -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) {
|
||||
/*---------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user