qcacld-3.0: Fix iw_get_policy_manager_ut_ops() checkpatch error

The kernel checkpatch script has identified code in function
iw_get_policy_manager_ut_ops() that is not compliant with the coding
style, so fix it.

Change-Id: Icff0907c649fb7d7f7d72d1bc486e5c5c7c177d2
CRs-Fixed: 2005296
This commit is contained in:
Jeff Johnson
2017-02-10 09:22:22 -08:00
committed by qcabuildsw
parent fa99f2f9c3
commit ac8b0de7f3

View File

@@ -8529,7 +8529,7 @@ static int iw_setnone_getnone(struct net_device *dev,
static int iw_get_policy_manager_ut_ops(hdd_context_t *hdd_ctx, static int iw_get_policy_manager_ut_ops(hdd_context_t *hdd_ctx,
hdd_adapter_t *adapter, int sub_cmd, int *apps_args) hdd_adapter_t *adapter, int sub_cmd, int *apps_args)
{ {
switch(sub_cmd) { switch (sub_cmd) {
case WE_POLICY_MANAGER_CLIST_CMD: case WE_POLICY_MANAGER_CLIST_CMD:
{ {
hdd_err("<iwpriv wlan0 pm_clist> is called"); hdd_err("<iwpriv wlan0 pm_clist> is called");