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

Commit e059a465 authored by Colin Ian King's avatar Colin Ian King Committed by Marcel Holtmann
Browse files

Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious"



trivial fix to spelling mistake in error message

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 27d1c469
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -335,7 +335,7 @@ static void hci_ibs_tx_idle_timeout(unsigned long arg)
		/* Fall through */

	default:
		BT_ERR("Spurrious timeout tx state %d", qca->tx_ibs_state);
		BT_ERR("Spurious timeout tx state %d", qca->tx_ibs_state);
		break;
	}

@@ -373,7 +373,7 @@ static void hci_ibs_wake_retrans_timeout(unsigned long arg)
		/* Fall through */

	default:
		BT_ERR("Spurrious timeout tx state %d", qca->tx_ibs_state);
		BT_ERR("Spurious timeout tx state %d", qca->tx_ibs_state);
		break;
	}