]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Bluetooth: hci_qca: fix spelling mistake: "Spurrious" -> "Spurious"
authorColin Ian King <colin.king@canonical.com>
Fri, 17 Feb 2017 19:58:10 +0000 (19:58 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 18 Feb 2017 19:09:47 +0000 (20:09 +0100)
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>
drivers/bluetooth/hci_qca.c

index 05c230719a478a0d2df7c1e03dc2cb0e2f700307..f242dfd0c2e2b66d95c013c046efe86cea8a9220 100644 (file)
@@ -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;
        }