2013-12-01 06:41:53

by Ujjal Roy

[permalink] [raw]
Subject: TEST: testing how to send a patch from git repository

Testing how to send an email through git to see the patch is exactly
submitted or not. Actually testing the tab characters. Please don't
mind.

Signed-off-by: Ujjal Roy <[email protected]>
---
net/wireless/sme.c | 2 ++
1 file changed, 2 insertions(+)

diff --git a/net/wireless/sme.c b/net/wireless/sme.c
index 5eeb8e0..19a5df4 100644
--- a/net/wireless/sme.c
+++ b/net/wireless/sme.c
@@ -20,6 +20,8 @@
#include "reg.h"
#include "rdev-ops.h"

+ printk("TEST: submitting patch from git >> Ujjal Roy C: [email protected]");
+
/*
* Software SME in cfg80211, using auth/assoc/deauth calls to the
* driver. This is is for implementing nl80211's connect/disconnect
--
1.8.3.1