From: Darryl T. Agostinelli Date: Wed, 28 Sep 2016 01:51:25 +0000 (-0500) Subject: staging: rtl8192e: fixed use a blank line after function/struct/union/enum declarations X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=08e1416f9ce89e67bccae388ac85cfd51dcece38;p=linux-beck.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192e/rtllib_tx.c b/drivers/staging/rtl8192e/rtllib_tx.c index 43ca90d7d8c3..78a3ad5b231f 100644 --- a/drivers/staging/rtl8192e/rtllib_tx.c +++ b/drivers/staging/rtl8192e/rtllib_tx.c @@ -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));