diff options
| author | Marcel Ziswiler <marcel@ziswiler.com> | 2007-12-30 03:30:46 +0100 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2008-01-09 21:48:49 +0100 |
| commit | 7817cb2083d982923752fe0f12b67c0e7c09a027 (patch) | |
| tree | 4fa47e141b66627b64d5bfc5e69d3492e6d8daff /drivers/usb/usbdcore_mpc8xx.c | |
| parent | a9b410dc7d2a4721c408b13abfc037988150f145 (diff) | |
| download | olio-uboot-2014.01-7817cb2083d982923752fe0f12b67c0e7c09a027.tar.xz olio-uboot-2014.01-7817cb2083d982923752fe0f12b67c0e7c09a027.zip | |
fix comments with new drivers organization
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Diffstat (limited to 'drivers/usb/usbdcore_mpc8xx.c')
| -rw-r--r-- | drivers/usb/usbdcore_mpc8xx.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/usb/usbdcore_mpc8xx.c b/drivers/usb/usbdcore_mpc8xx.c index d4c409656..122793c02 100644 --- a/drivers/usb/usbdcore_mpc8xx.c +++ b/drivers/usb/usbdcore_mpc8xx.c @@ -3,7 +3,8 @@ * bodonoghue@CodeHermit.ie * * References - * DasUBoot/drivers/usbdcore_omap1510.c, for design and implementation ideas. + * DasUBoot/drivers/usb/usbdcore_omap1510.c, for design and implementation + * ideas. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |