summary refs log tree commit diff
path: root/drivers/bluetooth/btmrvl_drv.h
diff options
context:
space:
mode:
authorPrasanna Karthik <mkarthi3@visteon.com>2015-07-23 10:38:47 +0000
committerJohan Hedberg <johan.hedberg@intel.com>2015-07-27 10:30:32 +0300
commitba27b7ef4a72e0d4718a13bc93b769eec4567d2a (patch)
treecf3508d269355dd4edb7273accbed14039c5fa0e /drivers/bluetooth/btmrvl_drv.h
parent9a0a8a8e852dabeda848baafac19627cb469d5e9 (diff)
downloadlinux-ba27b7ef4a72e0d4718a13bc93b769eec4567d2a.tar.gz
Bluetooth: btmrvl: Coding style Fix for btmrvl header
Fix for "Unnecessary space before function pointer arguments" 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/btmrvl_drv.h')
-rw-r--r--drivers/bluetooth/btmrvl_drv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/bluetooth/btmrvl_drv.h b/drivers/bluetooth/btmrvl_drv.h
index 086f0ec89580..27a9aac25583 100644
--- a/drivers/bluetooth/btmrvl_drv.h
+++ b/drivers/bluetooth/btmrvl_drv.h
@@ -95,10 +95,10 @@ struct btmrvl_private {
 	struct btmrvl_device btmrvl_dev;
 	struct btmrvl_adapter *adapter;
 	struct btmrvl_thread main_thread;
-	int (*hw_host_to_card) (struct btmrvl_private *priv,
+	int (*hw_host_to_card)(struct btmrvl_private *priv,
 				u8 *payload, u16 nb);
-	int (*hw_wakeup_firmware) (struct btmrvl_private *priv);
-	int (*hw_process_int_status) (struct btmrvl_private *priv);
+	int (*hw_wakeup_firmware)(struct btmrvl_private *priv);
+	int (*hw_process_int_status)(struct btmrvl_private *priv);
 	void (*firmware_dump)(struct btmrvl_private *priv);
 	spinlock_t driver_lock;		/* spinlock used by driver */
 #ifdef CONFIG_DEBUG_FS