mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious"
trivial fix to spelling mistake in error message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
parent
27d1c469a5
commit
e059a465cc
1 changed files with 2 additions and 2 deletions
|
|
@ -335,7 +335,7 @@ static void hci_ibs_tx_idle_timeout(unsigned long arg)
|
||||||
/* Fall through */
|
/* Fall through */
|
||||||
|
|
||||||
default:
|
default:
|
||||||
BT_ERR("Spurrious timeout tx state %d", qca->tx_ibs_state);
|
BT_ERR("Spurious timeout tx state %d", qca->tx_ibs_state);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -373,7 +373,7 @@ static void hci_ibs_wake_retrans_timeout(unsigned long arg)
|
||||||
/* Fall through */
|
/* Fall through */
|
||||||
|
|
||||||
default:
|
default:
|
||||||
BT_ERR("Spurrious timeout tx state %d", qca->tx_ibs_state);
|
BT_ERR("Spurious timeout tx state %d", qca->tx_ibs_state);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue