]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
Bluetooth: hci_h5: Cleaned up coding style warnings
authorPrasanna Karthik <mkarthi3@visteon.com>
Thu, 23 Jul 2015 11:22:56 +0000 (11:22 +0000)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 27 Jul 2015 07:30:42 +0000 (10:30 +0300)
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>
drivers/bluetooth/hci_h5.c

index 3455cecc9ecfe630c3331d67d22715ddb60cfcf8..b35b238a0380197fda6ee096e388a6fc09aa11a7 100644 (file)
@@ -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 */