On Sat, Jul 06, 2013 at 12:03:14AM +0300, Aldo Iljazi wrote:
> Fixed a coding style issue.
>
> Signed-off-by: Aldo Iljazi <neonsy...@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
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/