diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2014-10-28 00:12:20 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-28 12:23:58 -0400 |
commit | 49c922bb1ec01ac3a98e5881f6c85ea7ef52d53f (patch) | |
tree | 5a8b97cade928284128b218b87370ab93e88091c /net/bluetooth/l2cap_core.c | |
parent | df092306d688438b39f7d433f24e091fa387afaf (diff) |
Bluetooth: spelling fixes
Fix spelling errors in comments.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/l2cap_core.c')
-rw-r--r-- | net/bluetooth/l2cap_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index d46c5127f6c3..fc15174c612c 100644 --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c | |||
@@ -4082,7 +4082,7 @@ static inline int l2cap_config_req(struct l2cap_conn *conn, | |||
4082 | chan->num_conf_req++; | 4082 | chan->num_conf_req++; |
4083 | } | 4083 | } |
4084 | 4084 | ||
4085 | /* Got Conf Rsp PENDING from remote side and asume we sent | 4085 | /* Got Conf Rsp PENDING from remote side and assume we sent |
4086 | Conf Rsp PENDING in the code above */ | 4086 | Conf Rsp PENDING in the code above */ |
4087 | if (test_bit(CONF_REM_CONF_PEND, &chan->conf_state) && | 4087 | if (test_bit(CONF_REM_CONF_PEND, &chan->conf_state) && |
4088 | test_bit(CONF_LOC_CONF_PEND, &chan->conf_state)) { | 4088 | test_bit(CONF_LOC_CONF_PEND, &chan->conf_state)) { |