diff mbox

Typo in debug message

Message ID 584674899.430781446534415537.JavaMail.weblogic@ep2mlwas05a
State Accepted
Headers show

Commit Message

Purushottam Kushwaha Nov. 3, 2015, 7:06 a.m. UTC
Signed-off-by: Dilshad Ahmad <dilshad.a@samsung.com>
---
 src/p2p/p2p_invitation.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jouni Malinen Nov. 15, 2015, 7:10 p.m. UTC | #1
Thanks, applied.
diff mbox

Patch

diff --git a/src/p2p/p2p_invitation.c b/src/p2p/p2p_invitation.c
index 108e5b7..70da15a 100644
--- a/src/p2p/p2p_invitation.c
+++ b/src/p2p/p2p_invitation.c
@@ -284,7 +284,7 @@  void p2p_process_invitation_req(struct p2p_data *p2p, const u8 *sa,
 
 		if (!p2p_channels_includes(&intersection, reg_class, channel))
 		{
-			p2p_dbg(p2p, "forced freq %d MHz not in the supported channels interaction",
+			p2p_dbg(p2p, "forced freq %d MHz not in the supported channels intersection",
 				op_freq);
 			status = P2P_SC_FAIL_NO_COMMON_CHANNELS;
 			goto fail;