Commit 2665a13a authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by Greg Kroah-Hartman
Browse files
parent 049d3db6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ static int ucsi_read_error(struct ucsi *ucsi)
	u16 error;
	int ret;

	/* Acknowlege the command that failed */
	/* Acknowledge the command that failed */
	ret = ucsi_acknowledge_command(ucsi);
	if (ret)
		return ret;