diff options
author | John Youn <John.Youn@synopsys.com> | 2017-01-18 07:31:13 +0300 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-01-24 12:04:19 +0300 |
commit | 38beaec6fc8857c7e2dd1dd05975ed5211281f38 (patch) | |
tree | d9e0111b0a3937091214b711367c961e12b637b6 /drivers/usb/dwc2/hcd.c | |
parent | 3b1920e782287af73bc234ace0f7d6db31a324d3 (diff) | |
download | linux-38beaec6fc8857c7e2dd1dd05975ed5211281f38.tar.xz |
usb: dwc2: Fix comment alignment and format
Fix misaligned and over 80-character comments.
Signed-off-by: John Youn <johnyoun@synopsys.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers/usb/dwc2/hcd.c')
-rw-r--r-- | drivers/usb/dwc2/hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc2/hcd.c b/drivers/usb/dwc2/hcd.c index 181890f8cfc7..5ad95282fd4d 100644 --- a/drivers/usb/dwc2/hcd.c +++ b/drivers/usb/dwc2/hcd.c @@ -3045,7 +3045,7 @@ exit: * now. This function is called from interrupt * handlers to queue more transactions as transfer * states change. - */ + */ gintmsk = dwc2_readl(hsotg->regs + GINTMSK); if (gintmsk & GINTSTS_PTXFEMP) { gintmsk &= ~GINTSTS_PTXFEMP; |