staging: nokia_h4: nokia_core.c Fixed coding style

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>
This commit is contained in:
Miguel Oliveira 2014-05-30 17:44:26 +01:00 committed by Greg Kroah-Hartman
parent 6944561ece
commit 1e1b6a8667
1 changed files with 1 additions and 0 deletions

View 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;