Bluetooth: RFCOMM: Remove extra tab
Change-Id: I2edafa32711cbac933d719a1ea0736e955bbb12c Signed-off-by: Jaganath Kanakkassery <jaganathx.kanakkassery@intel.com>
This commit is contained in:
parent
26d39cd107
commit
f6f4acbced
1 changed files with 1 additions and 1 deletions
|
@ -986,7 +986,7 @@ static int rfcomm_accept(struct bt_conn *conn, struct bt_l2cap_chan **chan)
|
|||
void bt_rfcomm_init(void)
|
||||
{
|
||||
static struct bt_l2cap_server server = {
|
||||
.psm = BT_L2CAP_PSM_RFCOMM,
|
||||
.psm = BT_L2CAP_PSM_RFCOMM,
|
||||
.accept = rfcomm_accept,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue