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

Commit 3fb4c07a authored by Rahul Bedarkar's avatar Rahul Bedarkar Committed by Greg Kroah-Hartman
Browse files

USB: yurex: fix spelling mistake in comment



fix spelling mistake in comment

Signed-off-by: default avatarRahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 292abc90
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -464,7 +464,7 @@ static ssize_t yurex_write(struct file *file, const char *user_buffer, size_t co
		goto error;
		goto error;


	mutex_lock(&dev->io_mutex);
	mutex_lock(&dev->io_mutex);
	if (!dev->interface) {		/* alreaday disconnected */
	if (!dev->interface) {		/* already disconnected */
		mutex_unlock(&dev->io_mutex);
		mutex_unlock(&dev->io_mutex);
		retval = -ENODEV;
		retval = -ENODEV;
		goto error;
		goto error;