Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3e6b3b95 authored by Gustavo Padovan's avatar Gustavo Padovan
Browse files

Bluetooth: small styles clean ups to l2cap_core.c

parent 0e8b207e
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -2240,8 +2240,7 @@ static int l2cap_parse_conf_req(struct l2cap_chan *chan, void *data)
							sizeof(efs),
							(unsigned long) &efs);
			} else {
				/* Send PENDING Conf Rsp and mark state
				   local PENDING */
				/* Send PENDING Conf Rsp */
				result = L2CAP_CONF_PENDING;
				set_bit(CONF_LOC_CONF_PEND, &chan->conf_state);
			}
@@ -2373,8 +2372,8 @@ static int l2cap_parse_conf_rsp(struct l2cap_chan *chan, void *rsp, int len, voi
		case L2CAP_CONF_EWS:
			chan->tx_win = min_t(u16, val,
						L2CAP_DEFAULT_EXT_WINDOW);
			l2cap_add_conf_opt(&ptr, L2CAP_CONF_EWS,
							2, chan->tx_win);
			l2cap_add_conf_opt(&ptr, L2CAP_CONF_EWS, 2,
							chan->tx_win);
			break;
		}
	}