diff options
Diffstat (limited to 'drivers/usb/gadget/s3c2410_udc.c')
-rw-r--r-- | drivers/usb/gadget/s3c2410_udc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/s3c2410_udc.c b/drivers/usb/gadget/s3c2410_udc.c index b8643771fa80..fac4c650d4bb 100644 --- a/drivers/usb/gadget/s3c2410_udc.c +++ b/drivers/usb/gadget/s3c2410_udc.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Samsung S3C24xx series on-chip full speed USB device controllers | 4 | * Samsung S3C24xx series on-chip full speed USB device controllers |
5 | * | 5 | * |
6 | * Copyright (C) 2004-2007 Herbert P๖tzl - Arnaud Patard | 6 | * Copyright (C) 2004-2007 Herbert Pรถtzl - Arnaud Patard |
7 | * Additional cleanups by Ben Dooks <ben-linux@fluff.org> | 7 | * Additional cleanups by Ben Dooks <ben-linux@fluff.org> |
8 | * | 8 | * |
9 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
@@ -51,7 +51,7 @@ | |||
51 | 51 | ||
52 | #define DRIVER_DESC "S3C2410 USB Device Controller Gadget" | 52 | #define DRIVER_DESC "S3C2410 USB Device Controller Gadget" |
53 | #define DRIVER_VERSION "29 Apr 2007" | 53 | #define DRIVER_VERSION "29 Apr 2007" |
54 | #define DRIVER_AUTHOR "Herbert P๖tzl <herbert@13thfloor.at>, " \ | 54 | #define DRIVER_AUTHOR "Herbert Pรถtzl <herbert@13thfloor.at>, " \ |
55 | "Arnaud Patard <arnaud.patard@rtp-net.org>" | 55 | "Arnaud Patard <arnaud.patard@rtp-net.org>" |
56 | 56 | ||
57 | static const char gadget_name[] = "s3c2410_udc"; | 57 | static const char gadget_name[] = "s3c2410_udc"; |