diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2014-10-28 07:12:20 +0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-28 19:23:58 +0300 |
commit | 49c922bb1ec01ac3a98e5881f6c85ea7ef52d53f (patch) | |
tree | 5a8b97cade928284128b218b87370ab93e88091c /net/bluetooth/l2cap_core.c | |
parent | df092306d688438b39f7d433f24e091fa387afaf (diff) | |
download | linux-49c922bb1ec01ac3a98e5881f6c85ea7ef52d53f.tar.xz |
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, chan->num_conf_req++; } - /* Got Conf Rsp PENDING from remote side and asume we sent + /* Got Conf Rsp PENDING from remote side and assume we sent Conf Rsp PENDING in the code above */ if (test_bit(CONF_REM_CONF_PEND, &chan->conf_state) && test_bit(CONF_LOC_CONF_PEND, &chan->conf_state)) { |