Commit 2152effa authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman

staging: ks7010: add blank line between after definitions

Add blank line after definitions in hostif_aplist_init function
to fix a checkpatch script complain about that.
Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e4c4cdf1
...@@ -2255,6 +2255,7 @@ void hostif_sme_enqueue(struct ks_wlan_private *priv, u16 event) ...@@ -2255,6 +2255,7 @@ void hostif_sme_enqueue(struct ks_wlan_private *priv, u16 event)
static inline void hostif_aplist_init(struct ks_wlan_private *priv) static inline void hostif_aplist_init(struct ks_wlan_private *priv)
{ {
size_t size = LOCAL_APLIST_MAX * sizeof(struct local_ap); size_t size = LOCAL_APLIST_MAX * sizeof(struct local_ap);
priv->aplist.size = 0; priv->aplist.size = 0;
memset(&priv->aplist.ap[0], 0, size); memset(&priv->aplist.ap[0], 0, size);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment