]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/usb/misc/ldusb.c
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / usb / misc / ldusb.c
index edffef6423375e44ada7e0088287ddd97dda34e1..eefb8275bb7eef75589315ae6e9eb4a7090b2afc 100644 (file)
@@ -642,7 +642,7 @@ static int ld_usb_probe(struct usb_interface *intf, const struct usb_device_id *
        int i;
        int retval = -ENOMEM;
 
-       /* allocate memory for our device state and intialize it */
+       /* allocate memory for our device state and initialize it */
 
        dev = kzalloc(sizeof(*dev), GFP_KERNEL);
        if (dev == NULL) {