All of lore.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

* [PATCH] Staging: csr: csr_wifi_router_sef.c: fixed a brace coding style issue
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Aldo Iljazi @ 2013-07-11  6:45 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel

On Sat, Jul 06, 2013 at 12:03:14AM +0300, Aldo Iljazi wrote:
> 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	[flat|nested] 3+ messages in thread

* Re: [PATCH] Staging: csr: csr_wifi_router_sef.c: fixed a brace coding style issue
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2013-07-17  6:07 UTC (permalink / raw)
  To: Aldo Iljazi; +Cc: devel, linux-kernel

On Sat, Jul 06, 2013 at 12:03:14AM +0300, Aldo Iljazi wrote:
> 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(-)

I just removed this driver from my trees, so no more cleanups are going
to be needed for it :)

sorry,

greg k-h

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.