Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
602f9887
Commit
602f9887
authored
Feb 17, 2011
by
Gustavo F. Padovan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bluetooth: Fix errors reported by checkpatch.pl
Signed-off-by:
Gustavo F. Padovan
<
padovan@profusion.mobi
>
parent
e2174ca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
net/bluetooth/hci_sysfs.c
net/bluetooth/hci_sysfs.c
+3
-3
No files found.
net/bluetooth/hci_sysfs.c
View file @
602f9887
...
...
@@ -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
)
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment