]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/bluetooth/hci_h5.c
dpaa2-eth: Fix TX FQID values
[linux.git] / drivers / bluetooth / hci_h5.c
index 069d1c8fde73e70c04d5e1690c5bc79ba509f2e9..dacf297baf5958f83880cce48e79b2b867dafa06 100644 (file)
@@ -1,24 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  *
  *  Bluetooth HCI Three-wire UART driver
  *
  *  Copyright (C) 2012  Intel Corporation
- *
- *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 2 of the License, or
- *  (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
- *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
  */
 
 #include <linux/acpi.h>
@@ -536,7 +521,7 @@ static void h5_unslip_one_byte(struct h5 *h5, unsigned char c)
        skb_put_data(h5->rx_skb, byte, 1);
        h5->rx_pending--;
 
-       BT_DBG("unsliped 0x%02hhx, rx_pending %zu", *byte, h5->rx_pending);
+       BT_DBG("unslipped 0x%02hhx, rx_pending %zu", *byte, h5->rx_pending);
 }
 
 static void h5_reset_rx(struct h5 *h5)