gprs_ns2: fix a white space

Change-Id: I2207d13ae451ce49482625fac43b6ab1c0f215e8
This commit is contained in:
Alexander Couzens 2021-09-06 18:17:41 +02:00
parent eec4f608b5
commit e7873336a2
1 changed files with 1 additions and 1 deletions

View File

@ -853,7 +853,7 @@ int ns2_vc_rx(struct gprs_ns2_vc *nsvc, struct msgb *msg, struct tlv_parsed *tp)
}
}
if (nsvc->nsvci_is_valid && TLVP_PRESENT(tp, NS_IE_VCI)) {
if (nsvc->nsvci_is_valid && TLVP_PRESENT(tp, NS_IE_VCI)) {
nsvci = tlvp_val16be(tp, NS_IE_VCI);
if (nsvci != nsvc->nsvci) {
/* 48.016 § 7.3.1 send RESET_ACK to wrong NSVCI + ignore */