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:
parent
b6576797f6
commit
89c92514d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
/*---------------------------------------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue