Commit 602f9887 authored by Gustavo F. Padovan's avatar Gustavo F. Padovan
Browse files

Bluetooth: Fix errors reported by checkpatch.pl

parent e2174ca4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

static struct class *bt_class;

struct dentry *bt_debugfs = NULL;
struct dentry *bt_debugfs;
EXPORT_SYMBOL_GPL(bt_debugfs);

static inline char *link_typetostr(int type)