cosmetic: comments

This commit is contained in:
Neels Hofmeyr
2016-03-14 23:57:14 +01:00
parent 6b2623d944
commit aa60582036
2 changed files with 2 additions and 2 deletions

View File

@@ -3371,7 +3371,7 @@ int mncc_tx_to_cc(struct gsm_network *net, int msg_type, void *arg)
trans_free(trans);
return 0;
}
/* store setup informations until paging was successfull */
/* store setup information until paging succeeds */
memcpy(&trans->cc.msg, data, sizeof(struct gsm_mncc));
/* Request a channel */

View File

@@ -153,7 +153,7 @@ static int subscr_paging_cb(unsigned int hooknum, unsigned int event,
struct gsm48_hdr *gh;
struct gsm48_pag_resp *pr;
/* Other cases mean problem, dispatch direclty */
/* Non-success implies a problem, dispatch directly */
if (event != GSM_PAGING_SUCCEEDED)
return subscr_paging_dispatch(hooknum, event, msg, data, param);