staging: ks7010: avoid two long lines in hostif_sme_mode_setup
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Fri, 4 May 2018 04:16:27 +0000 (06:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2018 01:58:38 +0000 (18:58 -0700)
This commit avoid two checkpatch script complains about
two long lines.

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.c

index 0054c48..b812011 100644 (file)
@@ -1886,9 +1886,11 @@ void hostif_sme_mode_setup(struct ks_wlan_private *priv)
                break;
        case MODE_INFRASTRUCTURE:
                if (!is_valid_ether_addr((u8 *)priv->reg.bssid)) {
-                       hostif_infrastructure_set_request(priv, HIF_INFRA_SET_REQ);
+                       hostif_infrastructure_set_request(priv,
+                                                         HIF_INFRA_SET_REQ);
                } else {
-                       hostif_infrastructure_set_request(priv, HIF_INFRA_SET2_REQ);
+                       hostif_infrastructure_set_request(priv,
+                                                         HIF_INFRA_SET2_REQ);
                        netdev_dbg(priv->net_dev,
                                   "Infra bssid = %pM\n", priv->reg.bssid);
                }