[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1401468266-3481-1-git-send-email-cmroliv@gmail.com>
Date: Fri, 30 May 2014 17:44:26 +0100
From: Miguel Oliveira <cmroliv@...il.com>
To: gregkh@...uxfoundation.org
Cc: gulsah.1004@...il.com, pavel@....cz, pali.rohar@...il.com,
cmroliv@...il.com, kristina.martsenko@...il.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: [PATCH] staging: nokia_h4: nokia_core.c Fixed coding style
Inserted a blank line after a declaration.
Signed-off-by: Miguel Oliveira <cmroliv@...il.com>
---
drivers/staging/nokia_h4p/nokia_core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/nokia_h4p/nokia_core.c b/drivers/staging/nokia_h4p/nokia_core.c
index 5e19cd6..775e1d0 100644
--- a/drivers/staging/nokia_h4p/nokia_core.c
+++ b/drivers/staging/nokia_h4p/nokia_core.c
@@ -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;
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists