[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190710100126.1519-1-2396sheetal@gmail.com>
Date: Wed, 10 Jul 2019 15:31:26 +0530
From: sheetalsingala <2396sheetal@...il.com>
To: marcel@...tman.org
Cc: linux-bluetooth@...r.kernel.org, linux-kernel@...r.kernel.org,
sheetalsingala <2396sheetal@...il.com>
Subject: [PATCH 2/2] Fixed a brace styling issue
Fixed a coding style issue
Signed-off-by: Sheetal Singala <2396sheetal@...il.com>
---
drivers/bluetooth/btintel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/bluetooth/btintel.c b/drivers/bluetooth/btintel.c
index bb99c8653aab..4a8b812605f3 100644
--- a/drivers/bluetooth/btintel.c
+++ b/drivers/bluetooth/btintel.c
@@ -18,7 +18,7 @@
#define VERSION "0.1"
-#define BDADDR_INTEL (&(bdaddr_t) {{0x00, 0x8b, 0x9e, 0x19, 0x03, 0x00}})
+#define BDADDR_INTEL (&(bdaddr_t) {0x00, 0x8b, 0x9e, 0x19, 0x03, 0x00})
int btintel_check_bdaddr(struct hci_dev *hdev)
{
--
2.17.1
Powered by blists - more mailing lists