staging: rtl8192e: fixed use a blank line after function/struct/union/enum declarations

fixed use a blank line after function/struct/union/enum declarations

Signed-off-by: Darryl T. Agostinelli <dagostinelli@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Darryl T. Agostinelli 2016-09-27 20:51:25 -05:00 committed by Greg Kroah-Hartman
parent ff2f3e0e05
commit 08e1416f9c
1 changed files with 1 additions and 0 deletions

View File

@ -983,6 +983,7 @@ static int rtllib_xmit_inter(struct sk_buff *skb, struct net_device *dev)
return 1;
}
int rtllib_xmit(struct sk_buff *skb, struct net_device *dev)
{
memset(skb->cb, 0, sizeof(skb->cb));