提交 5764ded9 编写于 作者: M Masanari Iida 提交者: Greg Kroah-Hartman

staging: frontier: Fix typo in staging/frontier

Collect "be be" in dev_err messages.
Signed-off-by: NMasanari Iida <standby24x7@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 9f613601
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册