Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;