summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrasanna Karthik2015-07-23 13:22:56 +0200
committerJohan Hedberg2015-07-27 09:30:42 +0200
commitfa4cf04e65cb7f75c147e2cc80f0f472b0d93534 (patch)
tree04bd86b65bf7a94bebbcfd80a7f7b3e56f087c28
parentBluetooth: hci_ldisc: Cleaned up coding style warnings (diff)
downloadkernel-qcow2-linux-fa4cf04e65cb7f75c147e2cc80f0f472b0d93534.tar.gz
kernel-qcow2-linux-fa4cf04e65cb7f75c147e2cc80f0f472b0d93534.tar.xz
kernel-qcow2-linux-fa4cf04e65cb7f75c147e2cc80f0f472b0d93534.zip
Bluetooth: hci_h5: Cleaned up coding style warnings
Cleanedup "Unnecessary space before function pointer arguments" warning reported by Checkpatch Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
-rw-r--r--drivers/bluetooth/hci_h5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/hci_h5.c b/drivers/bluetooth/hci_h5.c
index 3455cecc9ecf..b35b238a0380 100644
--- a/drivers/bluetooth/hci_h5.c
+++ b/drivers/bluetooth/hci_h5.c
@@ -75,7 +75,7 @@ struct h5 {
size_t rx_pending; /* Expecting more bytes */
u8 rx_ack; /* Last ack number received */
- int (*rx_func) (struct hci_uart *hu, u8 c);
+ int (*rx_func)(struct hci_uart *hu, u8 c);
struct timer_list timer; /* Retransmission timer */