diff mbox

TEST: testing how to send a patch from git repository

Message ID 1385880049-5710-1-git-send-email-royujjal@gmail.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Roy, UjjaL Dec. 1, 2013, 6:40 a.m. UTC
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 <royujjal@gmail.com>
---
 net/wireless/sme.c | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

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: royujjal@gmail.com");
+
 /*
  * Software SME in cfg80211, using auth/assoc/deauth calls to the
  * driver. This is is for implementing nl80211's connect/disconnect