gsm48: Typo fix.

This commit is contained in:
Holger Hans Peter Freyther 2010-05-14 08:02:08 +08:00
parent 2832606e5c
commit 5d65806472
1 changed files with 1 additions and 1 deletions

View File

@ -613,7 +613,7 @@ static int gsm48_rx_mm_serv_req(struct msgb *msg)
struct gsm48_hdr *gh = msgb_l3(msg);
struct gsm48_service_request *req =
(struct gsm48_service_request *)gh->data;
/* unfortunately in Phase1 the classmar2 length is variable */
/* unfortunately in Phase1 the classmark2 length is variable */
u_int8_t classmark2_len = gh->data[1];
u_int8_t *classmark2 = gh->data+2;
u_int8_t mi_len = *(classmark2 + classmark2_len);