staging: nokia_h4: nokia_core.c Fixed coding style
authorMiguel Oliveira <cmroliv@gmail.com>
Fri, 30 May 2014 16:44:26 +0000 (17:44 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 22:44:34 +0000 (15:44 -0700)
Inserted a blank line after a declaration.

Signed-off-by: Miguel Oliveira <cmroliv@gmail.com>
Acked-by: Pavel Machek <Pavel@ucw.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/nokia_h4p/nokia_core.c

index 5e19cd6..775e1d0 100644 (file)
@@ -756,6 +756,7 @@ static int hci_h4p_reset(struct hci_h4p_info *info)
 static int hci_h4p_hci_flush(struct hci_dev *hdev)
 {
        struct hci_h4p_info *info = hci_get_drvdata(hdev);
+
        skb_queue_purge(&info->txq);
 
        return 0;