mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-14 05:22:19 -04:00
Staging: csr: csr_wifi_router_ctrl_sef.c: fix up brace placement
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
0288f91dbb
commit
86a598cd86
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user