1
0
Fork 0

usb: s3c-otg: Tweak the comments

The driver is actually for the Designware DWC2 controller.
Tweak the comments in the driver to reflect this fact.

Signed-off-by: Marek Vasut <marex@denx.de>
utp
Marek Vasut 2015-12-04 02:55:37 +01:00
parent 507e677bc4
commit e179cedd09
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
/*
* drivers/usb/gadget/dwc2_udc_otg.c
* Samsung S3C on-chip full/high speed USB OTG 2.0 device controllers
* Designware DWC2 on-chip full/high speed USB OTG 2.0 device controllers
*
* Copyright (C) 2008 for Samsung Electronics
*

View File

@ -1,6 +1,6 @@
/*
* drivers/usb/gadget/dwc2_udc_otg.c
* Samsung S3C on-chip full/high speed USB OTG 2.0 device controllers
* Designware DWC2 on-chip full/high speed USB OTG 2.0 device controllers
*
* Copyright (C) 2008 for Samsung Electronics
*

View File

@ -1,5 +1,5 @@
/*
* Samsung S3C on-chip full/high speed USB device controllers
* Designware DWC2 on-chip full/high speed USB device controllers
* Copyright (C) 2005 for Samsung Electronics
*
* SPDX-License-Identifier: GPL-2.0+

View File

@ -1,6 +1,6 @@
/*
* drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c
* Samsung S3C on-chip full/high speed USB OTG 2.0 device controllers
* Designware DWC2 on-chip full/high speed USB OTG 2.0 device controllers
*
* Copyright (C) 2009 for Samsung Electronics
*

View File

@ -1,6 +1,6 @@
/*
* drivers/usb/gadget/s3c_udc.h
* Samsung S3C on-chip full/high speed USB device controllers
* Designware DWC2 on-chip full/high speed USB device controllers
* Copyright (C) 2005 for Samsung Electronics
*
* SPDX-License-Identifier: GPL-2.0+