diff options
Diffstat (limited to 'drivers/usb/misc/ldusb.c')
-rw-r--r-- | drivers/usb/misc/ldusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/misc/ldusb.c b/drivers/usb/misc/ldusb.c index 981d8a5fbfd9..331d4ae949ed 100644 --- a/drivers/usb/misc/ldusb.c +++ b/drivers/usb/misc/ldusb.c | |||
@@ -593,7 +593,7 @@ static struct file_operations ld_usb_fops = { | |||
593 | 593 | ||
594 | /* | 594 | /* |
595 | * usb class driver info in order to get a minor number from the usb core, | 595 | * usb class driver info in order to get a minor number from the usb core, |
596 | * and to have the device registered with devfs and the driver core | 596 | * and to have the device registered with the driver core |
597 | */ | 597 | */ |
598 | static struct usb_class_driver ld_usb_class = { | 598 | static struct usb_class_driver ld_usb_class = { |
599 | .name = "ldusb%d", | 599 | .name = "ldusb%d", |