staging: ks7010: fix warning aout long line in init_request
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 23 Apr 2018 13:44:51 +0000 (15:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2018 13:47:24 +0000 (15:47 +0200)
This commit fix length of the definition line of init_request
function. Warning from checkpatch script for this is fixed.

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 725e29a..cf79ba3 100644 (file)
@@ -1278,7 +1278,8 @@ static __le16 ks_wlan_cap(struct ks_wlan_private *priv)
        return cpu_to_le16((uint16_t)capability);
 }
 
-static void init_request(struct ks_wlan_private *priv, struct hostif_request *req)
+static void init_request(struct ks_wlan_private *priv,
+                        struct hostif_request *req)
 {
        req->phy_type = cpu_to_le16((uint16_t)(priv->reg.phy_type));
        req->cts_mode = cpu_to_le16((uint16_t)(priv->reg.cts_mode));