diff options
author | Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> | 2014-05-20 12:30:10 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-06-30 13:33:34 -0400 |
commit | ae8e530a7e5d87592cb23996bee7fd6f1eb202ed (patch) | |
tree | 1b4195692b4c31b6876be6559b525a220e452e96 /drivers/usb/gadget/net2280.h | |
parent | fae3c158800339765a2580ac5d6236ae116ec5cb (diff) |
usb: gadget: net2280: Code Cleanup
- Move logical continuations to end of line
- Improve spacing
Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/net2280.h')
-rw-r--r-- | drivers/usb/gadget/net2280.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/net2280.h b/drivers/usb/gadget/net2280.h index f019d6c74fc3..77c39d9f6d8a 100644 --- a/drivers/usb/gadget/net2280.h +++ b/drivers/usb/gadget/net2280.h | |||
@@ -117,8 +117,8 @@ static inline void allow_status(struct net2280_ep *ep) | |||
117 | /* ep0 only */ | 117 | /* ep0 only */ |
118 | writel(BIT(CLEAR_CONTROL_STATUS_PHASE_HANDSHAKE) | | 118 | writel(BIT(CLEAR_CONTROL_STATUS_PHASE_HANDSHAKE) | |
119 | BIT(CLEAR_NAK_OUT_PACKETS) | | 119 | BIT(CLEAR_NAK_OUT_PACKETS) | |
120 | BIT(CLEAR_NAK_OUT_PACKETS_MODE) | 120 | BIT(CLEAR_NAK_OUT_PACKETS_MODE), |
121 | , &ep->regs->ep_rsp); | 121 | &ep->regs->ep_rsp); |
122 | ep->stopped = 1; | 122 | ep->stopped = 1; |
123 | } | 123 | } |
124 | 124 | ||