Skip to content

Commit

Permalink
Staging: csr: csr_wifi_router_ctrl_sef.c: fix up brace placement
Browse files Browse the repository at this point in the history
This patch fixes a brace placement error found by checkpatch.pl tool.

Signed-off-by: Jugwan Eom <zugwan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Jugwan Eom authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent 0288f91 commit 86a598c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/csr/csr_wifi_router_ctrl_sef.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
*****************************************************************************/
#include "csr_wifi_router_ctrl_sef.h"

const CsrWifiRouterCtrlStateHandlerType CsrWifiRouterCtrlDownstreamStateHandlers[CSR_WIFI_ROUTER_CTRL_PRIM_DOWNSTREAM_COUNT] =
{
const CsrWifiRouterCtrlStateHandlerType CsrWifiRouterCtrlDownstreamStateHandlers[CSR_WIFI_ROUTER_CTRL_PRIM_DOWNSTREAM_COUNT] = {
/* 0x0000 */ CsrWifiRouterCtrlConfigurePowerModeReqHandler,
/* 0x0001 */ CsrWifiRouterCtrlHipReqHandler,
/* 0x0002 */ CsrWifiRouterCtrlMediaStatusReqHandler,
Expand Down

0 comments on commit 86a598c

Please sign in to comment.