Staging: ks7010: Match alignments with open parenthesis
authorBhanusree Pola <bhanusreemahesh@gmail.com>
Tue, 26 Feb 2019 00:15:23 +0000 (05:45 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Feb 2019 10:46:51 +0000 (11:46 +0100)
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>
drivers/staging/ks7010/ks_hostif.c

index d938b0997a53c8091e9a364c6a17a63427b394f5..e48fc36b6ebd7308e10e85fb2eb4e6094a9710f7 100644 (file)
@@ -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;