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

Commit f27ee2ff authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: typec: ucsi: fix spelling mistake "connetor" -> "connector""

parents 93a183ce e5b16844
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -590,7 +590,7 @@ void ucsi_connector_change(struct ucsi *ucsi, u8 num)
	struct ucsi_connector *con = &ucsi->connector[num - 1];

	if (!(ucsi->ntfy & UCSI_ENABLE_NTFY_CONNECTOR_CHANGE)) {
		dev_dbg(ucsi->dev, "Bogus connetor change event\n");
		dev_dbg(ucsi->dev, "Bogus connector change event\n");
		return;
	}