Commit be7c2b99 authored by Gustavo Padovan's avatar Gustavo Padovan Committed by Johan Hedberg

Bluetooth: Fix coding style in sco.c

Follow the net subsystem rules.
Signed-off-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 8ce8e2b5
...@@ -1044,8 +1044,8 @@ int __init sco_init(void) ...@@ -1044,8 +1044,8 @@ int __init sco_init(void)
} }
if (bt_debugfs) { if (bt_debugfs) {
sco_debugfs = debugfs_create_file("sco", 0444, sco_debugfs = debugfs_create_file("sco", 0444, bt_debugfs,
bt_debugfs, NULL, &sco_debugfs_fops); NULL, &sco_debugfs_fops);
if (!sco_debugfs) if (!sco_debugfs)
BT_ERR("Failed to create SCO debug file"); BT_ERR("Failed to create SCO debug file");
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment