staging: ks7010: add blank line between after definitions
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Fri, 4 May 2018 04:16:35 +0000 (06:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 May 2018 01:58:39 +0000 (18:58 -0700)
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>
drivers/staging/ks7010/ks_hostif.c

index 644a08347193e0a107345e69ebd3a236df043fc2..30c2d3ad7e2b4f11a7d6bb662ad791a170943ca2 100644 (file)
@@ -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);
 }