diff options
author | Steve French <sfrench@us.ibm.com> | 2006-02-01 15:16:53 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-02-01 15:16:53 -0500 |
commit | e6da74e1f20ea7822e52a9e4fbd3d25bd907e471 (patch) | |
tree | d9b3bc7e654fb788d1cf3a1759b1b3c74cc56a04 /drivers/usb/usb-skeleton.c | |
parent | 1877c9ea66a29563987f22d0a86c66f438a87ce2 (diff) | |
parent | 3c3b809e256c417847f1a96b2f9d9f66c7fcb02c (diff) |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'drivers/usb/usb-skeleton.c')
-rw-r--r-- | drivers/usb/usb-skeleton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/usb-skeleton.c b/drivers/usb/usb-skeleton.c index 5d02f16b7d0e..4de9fb56ebfc 100644 --- a/drivers/usb/usb-skeleton.c +++ b/drivers/usb/usb-skeleton.c | |||
@@ -234,7 +234,7 @@ static struct file_operations skel_fops = { | |||
234 | 234 | ||
235 | /* | 235 | /* |
236 | * usb class driver info in order to get a minor number from the usb core, | 236 | * usb class driver info in order to get a minor number from the usb core, |
237 | * and to have the device registered with devfs and the driver core | 237 | * and to have the device registered with the driver core |
238 | */ | 238 | */ |
239 | static struct usb_class_driver skel_class = { | 239 | static struct usb_class_driver skel_class = { |
240 | .name = "skel%d", | 240 | .name = "skel%d", |