staging: frontier: Fix typo in staging/frontier
authorMasanari Iida <standby24x7@gmail.com>
Sun, 23 Jun 2013 14:36:56 +0000 (23:36 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2013 22:56:09 +0000 (15:56 -0700)
Collect "be be" in dev_err messages.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/frontier/alphatrack.c
drivers/staging/frontier/tranzport.c

index 0957eb0..5590ebf 100644 (file)
@@ -586,7 +586,7 @@ static ssize_t usb_alphatrack_write(struct file *file,
        }
 
        if (dev->interrupt_out_endpoint == NULL) {
-               dev_err(&dev->intf->dev, "Endpoint should not be be null!\n");
+               dev_err(&dev->intf->dev, "Endpoint should not be null!\n");
                goto unlock_exit;
        }
 
index 374dd12..6cbf9c7 100644 (file)
@@ -731,7 +731,7 @@ static ssize_t usb_tranzport_write(struct file *file,
        }
 
        if (dev->interrupt_out_endpoint == NULL) {
-               dev_err(&dev->intf->dev, "Endpoint should not be be null!\n");
+               dev_err(&dev->intf->dev, "Endpoint should not be null!\n");
                goto unlock_exit;
        }