mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-23 11:04:44 +08:00
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:
parent
6944561ece
commit
1e1b6a8667
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user