Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5764ded9 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman
Browse files

staging: frontier: Fix typo in staging/frontier



Collect "be be" in dev_err messages.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9f613601
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}

+1 −1
Original line number Diff line number Diff line
@@ -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;
	}