Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753475AbbGXSXT (ORCPT ); Fri, 24 Jul 2015 14:23:19 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:34058 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752193AbbGXSXS (ORCPT ); Fri, 24 Jul 2015 14:23:18 -0400 From: Shraddha Barke To: Marcel Holtmann , Gustavo Padovan , Greg Kroah-Hartman Cc: linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, Shraddha Barke Subject: [PATCH 2318/2318] Staging : bluetooth Fix coding style issues Date: Fri, 24 Jul 2015 23:51:38 +0530 Message-Id: <1437762098-13261-1-git-send-email-shraddha.6596@gmail.com> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1029 Lines: 30 This patch adds a space after the '}' brackets Signed-off-by: Shraddha Barke --- drivers/bluetooth/btbcm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/bluetooth/btbcm.c b/drivers/bluetooth/btbcm.c index 1e1a432..cf7c81d 100644 --- a/drivers/bluetooth/btbcm.c +++ b/drivers/bluetooth/btbcm.c @@ -32,8 +32,8 @@ #define VERSION "0.1" -#define BDADDR_BCM20702A0 (&(bdaddr_t) {{0x00, 0xa0, 0x02, 0x70, 0x20, 0x00}}) -#define BDADDR_BCM4324B3 (&(bdaddr_t) {{0x00, 0x00, 0x00, 0xb3, 0x24, 0x43}}) +#define BDADDR_BCM20702A0 (&(bdaddr_t) {{0x00, 0xa0, 0x02, 0x70, 0x20, 0x00 } }) +#define BDADDR_BCM4324B3 (&(bdaddr_t) {{0x00, 0x00, 0x00, 0xb3, 0x24, 0x43 } }) int btbcm_check_bdaddr(struct hci_dev *hdev) { -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/