OSDN Git Service

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 05c2307..f242dfd 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;
        }