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

staging: ks7010: avoid blank line between definitions in hostif_data_request

This commit removes a blank line between definition in
hostif_data_request function.
Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8a90f1a6
...@@ -1024,7 +1024,6 @@ static void *hostif_generic_request(size_t size, int event) ...@@ -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) int hostif_data_request(struct ks_wlan_private *priv, struct sk_buff *skb)
{ {
unsigned int skb_len = 0; unsigned int skb_len = 0;
unsigned char *buffer = NULL; unsigned char *buffer = NULL;
unsigned int length = 0; unsigned int length = 0;
struct hostif_data_request *pp; struct hostif_data_request *pp;
......
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