public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: csr: csr_wifi_router_sef.c: fixed a brace coding style issue
@ 2013-07-05 21:03 Aldo Iljazi
  2013-07-11  6:45 ` Aldo Iljazi
  2013-07-17  6:07 ` Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Aldo Iljazi @ 2013-07-05 21:03 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Aldo Iljazi

Fixed a coding style issue.

Signed-off-by: Aldo Iljazi <neonsync1@gmail.com>
---
 drivers/staging/csr/csr_wifi_router_sef.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/csr/csr_wifi_router_sef.c b/drivers/staging/csr/csr_wifi_router_sef.c
index 45a10fb..bdb7d3b 100644
--- a/drivers/staging/csr/csr_wifi_router_sef.c
+++ b/drivers/staging/csr/csr_wifi_router_sef.c
@@ -9,8 +9,7 @@
  *****************************************************************************/
 #include "csr_wifi_router_sef.h"
 
-const CsrWifiRouterStateHandlerType CsrWifiRouterDownstreamStateHandlers[CSR_WIFI_ROUTER_PRIM_DOWNSTREAM_COUNT] =
-{
+const CsrWifiRouterStateHandlerType CsrWifiRouterDownstreamStateHandlers[CSR_WIFI_ROUTER_PRIM_DOWNSTREAM_COUNT] = {
     /* 0x0000 */ CsrWifiRouterMaPacketSubscribeReqHandler,
     /* 0x0001 */ CsrWifiRouterMaPacketUnsubscribeReqHandler,
     /* 0x0002 */ CsrWifiRouterMaPacketReqHandler,
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-17  6:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-05 21:03 [PATCH] Staging: csr: csr_wifi_router_sef.c: fixed a brace coding style issue Aldo Iljazi
2013-07-11  6:45 ` Aldo Iljazi
2013-07-17  6:07 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox