forked from Minki/linux
staging: ks7010: fix warning aout long line in init_request
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>
This commit is contained in:
parent
25b5fc27bc
commit
8a90f1a624
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user