From b0de27b43ddbaf1e31ab3eabdf547b0be68bc851 Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Thu, 5 May 2011 22:38:52 +0200 Subject: [PATCH] mm: fix typo in debug message Signed-off-by: Patrick McHardy --- src/mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);