diff options
author | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-04-19 14:59:27 +0300 |
---|---|---|
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | 2017-06-02 11:22:27 +0300 |
commit | bfad65ee9be2096a854e350ba6324e3e48ad5e1d (patch) | |
tree | d45cdc514053e2043abb35ece763eaac791ba51d /drivers/usb/dwc3/ep0.c | |
parent | a7ea58f3814398ccfc154e2461f2a2011cc4a1bd (diff) | |
download | linux-bfad65ee9be2096a854e350ba6324e3e48ad5e1d.tar.xz |
usb: dwc3: update documentation
No functional changes, just making sure we can use these for ReST docs
later.
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Diffstat (limited to 'drivers/usb/dwc3/ep0.c')
-rw-r--r-- | drivers/usb/dwc3/ep0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/dwc3/ep0.c b/drivers/usb/dwc3/ep0.c index a78c78e7a8c3..8cfce8425101 100644 --- a/drivers/usb/dwc3/ep0.c +++ b/drivers/usb/dwc3/ep0.c @@ -1,4 +1,4 @@ -/** +/* * ep0.c - DesignWare USB3 DRD Controller Endpoint 0 Handling * * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com |