[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1350321936-2664-2-git-send-email-antiroot@gmail.com>
Date: Tue, 16 Oct 2012 02:25:33 +0900
From: Sangho Yi <antiroot@...il.com>
To: devel@...verdev.osuosl.org
Cc: gregkh@...uxfoundation.org, linux-kernel@...r.kernel.org,
Sangho Yi <antiroot@...il.com>
Subject: [PATCH 11/14] staging: csr: Fixed minor coding style error like array = {{..}};
Fixed a coding style error like array = {{...., ...}}; to ...} };
Signed-off-by: Sangho Yi <antiroot@...il.com>
---
drivers/staging/csr/io.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/csr/io.c b/drivers/staging/csr/io.c
index ae069f0..b7087c7 100644
--- a/drivers/staging/csr/io.c
+++ b/drivers/staging/csr/io.c
@@ -516,7 +516,7 @@ cleanup_unifi_sdio(unifi_priv_t *priv)
int priv_instance;
int i;
static const CsrWifiMacAddress broadcast_address = {{0xFF,
- 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}};
+ 0xFF, 0xFF, 0xFF, 0xFF, 0xFF} };
func_enter();
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists