* [PATCH] staging: nokia_h4: nokia_core.c Fixed coding style
@ 2014-05-30 16:44 Miguel Oliveira
2014-05-30 19:31 ` Pavel Machek
0 siblings, 1 reply; 2+ messages in thread
From: Miguel Oliveira @ 2014-05-30 16:44 UTC (permalink / raw)
To: gregkh
Cc: gulsah.1004, pavel, pali.rohar, cmroliv, kristina.martsenko,
devel, linux-kernel
Inserted a blank line after a declaration.
Signed-off-by: Miguel Oliveira <cmroliv@gmail.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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-30 19:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-30 16:44 [PATCH] staging: nokia_h4: nokia_core.c Fixed coding style Miguel Oliveira
2014-05-30 19:31 ` Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome