[PATCH 11/14] staging: csr: Fixed minor coding style error like array = {{..}};

From: Sangho Yi
Date: Mon Oct 15 2012 - 13:26:45 EST


Fixed a coding style error like array = {{...., ...}}; to ...} };

Signed-off-by: Sangho Yi <antiroot@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/