Staging: ks7010: Match alignments with open parenthesis
Adjust parameters of "netdev_dbg" to match alignment with open parenthesis. Issue found using checkpatch.pl Signed-off-by: Bhanusree Pola <bhanusreemahesh@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
00bdd001b0
commit
13a7287edb
|
@ -730,7 +730,7 @@ void hostif_scan_indication(struct ks_wlan_private *priv)
|
|||
priv->scan_ind_count++;
|
||||
if (priv->scan_ind_count < LOCAL_APLIST_MAX + 1) {
|
||||
netdev_dbg(priv->net_dev, " scan_ind_count=%d :: aplist.size=%d\n",
|
||||
priv->scan_ind_count, priv->aplist.size);
|
||||
priv->scan_ind_count, priv->aplist.size);
|
||||
get_ap_information(priv, (struct ap_info *)(priv->rxp),
|
||||
&priv->aplist.ap[priv->scan_ind_count - 1]);
|
||||
priv->aplist.size = priv->scan_ind_count;
|
||||
|
|
Loading…
Reference in New Issue