]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Bluetooth: clean up af_bluetooth code
authorPrasanna Karthik <mkarthi3@visteon.com>
Tue, 17 Nov 2015 11:06:53 +0000 (11:06 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Thu, 19 Nov 2015 16:50:32 +0000 (17:50 +0100)
Fix error reported by checkpatch.
ERROR:"foo* bar" should be "foo *bar"

Signed-off-by: Prasanna Karthik <mkarthi3@visteon.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/af_bluetooth.c

index 34c53d5862f6c72e56948b5bb3d9030c643e69a5..a83c6a73f5620b344488249a3f0fc41914271908 100644 (file)
@@ -669,7 +669,7 @@ static const struct file_operations bt_fops = {
 };
 
 int bt_procfs_init(struct net *net, const char *name,
-                  struct bt_sock_listsk_list,
+                  struct bt_sock_list *sk_list,
                   int (* seq_show)(struct seq_file *, void *))
 {
        sk_list->custom_seq_show = seq_show;
@@ -685,7 +685,7 @@ void bt_procfs_cleanup(struct net *net, const char *name)
 }
 #else
 int bt_procfs_init(struct net *net, const char *name,
-                  struct bt_sock_listsk_list,
+                  struct bt_sock_list *sk_list,
                   int (* seq_show)(struct seq_file *, void *))
 {
        return 0;