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: Sergio Paracuellos <sergio.paracuellos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e4c4cdf17e
commit
2152effabe
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
size_t size = LOCAL_APLIST_MAX * sizeof(struct local_ap);
|
||||
|
||||
priv->aplist.size = 0;
|
||||
memset(&priv->aplist.ap[0], 0, size);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue