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

Commit d89c9bcb authored by Che-Liang Chiou's avatar Che-Liang Chiou Committed by Dmitry Torokhov
Browse files

Input: serio_raw - remove stray semicolon

parent d3d25808
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ static ssize_t serio_raw_write(struct file *file, const char __user *buffer,
			goto out;
		}
		written++;
	};
	}

out:
	mutex_unlock(&serio_raw_mutex);