local/net: bcm4358: fix misleading-indentation build warning
This patch fixes following build warning caused by wrong indent:
drivers/net/wireless/bcmdhd4358/wl_cfg80211.c: In function 'wl_cfg80211_mgmt_tx':
drivers/net/wireless/bcmdhd4358/wl_cfg80211.c:6345:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if ((dev == bcmcfg_to_prmry_ndev(cfg)) && cfg->p2p)
^~
drivers/net/wireless/bcmdhd4358/wl_cfg80211.c:6347:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
wl_cfgp2p_set_management_ie(cfg, dev, bssidx,
^~~~~~~~~~~~~~~~~~~~~~~~~~~
Change-Id: I6ab0087a11b9a1a2be05211ba0ef751ff8f564b7
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>