usb: typec: ucsi: fix spelling mistake "connetor" -> "connector"
There is a spelling mistake in a dev_dbg message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20200106111124.28100-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
60826786fc
commit
497210f27b
|
@ -669,7 +669,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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue