]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/usb/misc/ldusb.c
tree-wide: fix comment/printk typos
[mirror_ubuntu-artful-kernel.git] / drivers / usb / misc / ldusb.c
index dd41d871004353b5e8bccba16b8899d4aa53aa5a..eefb8275bb7eef75589315ae6e9eb4a7090b2afc 100644 (file)
@@ -613,6 +613,7 @@ static const struct file_operations ld_usb_fops = {
        .open =         ld_usb_open,
        .release =      ld_usb_release,
        .poll =         ld_usb_poll,
+       .llseek =       no_llseek,
 };
 
 /*
@@ -641,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) {