dect
/
libdect
Archived
13
0
Fork 0

mm: fix typo in debug message

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2011-05-05 22:38:52 +02:00
parent 8dabcb35c6
commit b0de27b43d
1 changed files with 1 additions and 1 deletions

View File

@ -2352,7 +2352,7 @@ static void dect_mm_rcv_identity_request(struct dect_handle *dh,
param->iwu_to_iwu = dect_ie_hold(msg.iwu_to_iwu);
param->escape_to_proprietary = dect_ie_hold(msg.escape_to_proprietary);
mm_debug(mme, "MM_IDENTIY-ind");
mm_debug(mme, "MM_IDENTITY-ind");
dh->ops->mm_ops->mm_identity_ind(dh, mme, param);
dect_ie_collection_put(dh, param);