staging: ks7010: avoid blank line between definitions in hostif_data_request
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Mon, 23 Apr 2018 13:44:52 +0000 (15:44 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Apr 2018 13:47:24 +0000 (15:47 +0200)
This commit removes a blank line between definition in
hostif_data_request function.

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 cf79ba3..2d8f304 100644 (file)
@@ -1024,7 +1024,6 @@ static void *hostif_generic_request(size_t size, int event)
 int hostif_data_request(struct ks_wlan_private *priv, struct sk_buff *skb)
 {
        unsigned int skb_len = 0;
-
        unsigned char *buffer = NULL;
        unsigned int length = 0;
        struct hostif_data_request *pp;