summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2011-05-05 22:38:52 +0200
committerPatrick McHardy <kaber@trash.net>2011-05-05 22:38:52 +0200
commitb0de27b43ddbaf1e31ab3eabdf547b0be68bc851 (patch)
treed988d009016346266dbee8ba87c4f83b8954a921
parent8dabcb35c642700d888a8a7e96c8dd3487831e7d (diff)
mm: fix typo in debug message
Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r--src/mm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm.c b/src/mm.c
index 3319e9d..62075a5 100644
--- a/src/mm.c
+++ b/src/mm.c
@@ -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);