staging: frontier: Fix typo in staging/frontier

Collect "be be" in dev_err messages.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Masanari Iida 2013-06-23 23:36:56 +09:00 коммит произвёл Greg Kroah-Hartman
Родитель 9f61360148
Коммит 5764ded987
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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;
}

Просмотреть файл

@ -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;
}