Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237413
b: refs/heads/master
c: 602f988
h: refs/heads/master
i:
  237411: 6e44ac3
v: v3
  • Loading branch information
Gustavo F. Padovan committed Feb 17, 2011
1 parent 9749cc6 commit 8cd39d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e2174ca430ec52375a02ed20859aeceb0d455b72
refs/heads/master: 602f9887cdb14851631416d64ca27b48e2dd1f92
6 changes: 3 additions & 3 deletions trunk/net/bluetooth/hci_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -51,8 +51,8 @@ static ssize_t show_link_features(struct device *dev, struct device_attribute *a
conn->features[6], conn->features[7]);
}

#define LINK_ATTR(_name,_mode,_show,_store) \
struct device_attribute link_attr_##_name = __ATTR(_name,_mode,_show,_store)
#define LINK_ATTR(_name, _mode, _show, _store) \
struct device_attribute link_attr_##_name = __ATTR(_name, _mode, _show, _store)

static LINK_ATTR(type, S_IRUGO, show_link_type, NULL);
static LINK_ATTR(address, S_IRUGO, show_link_address, NULL);
Expand Down

0 comments on commit 8cd39d2

Please sign in to comment.