diff options
author | Prasanna Karthik <mkarthi3@visteon.com> | 2015-07-23 11:22:56 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-07-27 10:30:42 +0300 |
commit | fa4cf04e65cb7f75c147e2cc80f0f472b0d93534 (patch) | |
tree | 04bd86b65bf7a94bebbcfd80a7f7b3e56f087c28 /drivers/bluetooth | |
parent | acf50c5fc6f3d1851d23c48737210b5f61f58e1f (diff) | |
download | talos-obmc-linux-fa4cf04e65cb7f75c147e2cc80f0f472b0d93534.tar.gz talos-obmc-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>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/hci_h5.c | 2 |
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 */ |