]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
staging: rtl8192e: fixed use a blank line after function/struct/union/enum declarations
authorDarryl T. Agostinelli <dagostinelli@gmail.com>
Wed, 28 Sep 2016 01:51:25 +0000 (20:51 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Sep 2016 09:39:10 +0000 (11:39 +0200)
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>
drivers/staging/rtl8192e/rtllib_tx.c

index 43ca90d7d8c3fe1ac75e9e1c730e28e06236e7b7..78a3ad5b231f1e34b0143532e2b839cd63ce0a82 100644 (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));