Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255709
b: refs/heads/master
c: b5ad8b7
h: refs/heads/master
i:
  255707: 6f68f93
v: v3
  • Loading branch information
Johannes Berg authored and Gustavo F. Padovan committed Jun 8, 2011
1 parent 79a210b commit 1f3b5f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 6d3ce0e7902314ddb330deaf8827205881d7e59f
refs/heads/master: b5ad8b7f8c3f3711129d67aeda85ceec690c3cd0
6 changes: 3 additions & 3 deletions trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ static u8 l2cap_fixed_chan[8] = { 0x02, };

static struct workqueue_struct *_busy_wq;

LIST_HEAD(chan_list);
DEFINE_RWLOCK(chan_list_lock);
static LIST_HEAD(chan_list);
static DEFINE_RWLOCK(chan_list_lock);

static void l2cap_busy_work(struct work_struct *work);

Expand Down Expand Up @@ -500,7 +500,7 @@ static inline int l2cap_check_security(struct l2cap_chan *chan)
return hci_conn_security(conn->hcon, chan->sec_level, auth_type);
}

u8 l2cap_get_ident(struct l2cap_conn *conn)
static u8 l2cap_get_ident(struct l2cap_conn *conn)
{
u8 id;

Expand Down
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/mgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct pending_cmd {
void *user_data;
};

LIST_HEAD(cmd_list);
static LIST_HEAD(cmd_list);

static int cmd_status(struct sock *sk, u16 index, u16 cmd, u8 status)
{
Expand Down

0 comments on commit 1f3b5f1

Please sign in to comment.