staging: gdm724x: Remove unnecessary blank line
authorRehas Sachdeva <aquannie@gmail.com>
Wed, 14 Sep 2016 16:13:04 +0000 (21:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Sep 2016 08:10:34 +0000 (10:10 +0200)
This patch fixes the checkpatch.pl warning:
CHECK: Please don't use multiple blank lines

Signed-off-by: Rehas Sachdeva <aquannie@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm724x/hci_packet.h

index dbc4446..4644f84 100644 (file)
@@ -89,5 +89,4 @@ struct hci_connect_ind {
        u32 connect;
 } __packed;
 
-
 #endif /* _HCI_PACKET_H_ */