diff mbox

TEST: testing how to send a patch from git repository

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

Commit Message

Roy, UjjaL Dec. 1, 2013, 6:57 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(+)

Comments

John W. Linville Dec. 2, 2013, 2:34 p.m. UTC | #1
Please DO NOT use linux-wireless as a test destination for patch
mailing tools.  It's bad enough to do it once, but over and over
again is a bit rude.

On Sun, Dec 01, 2013 at 12:27:16PM +0530, Ujjal Roy wrote:
> 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 --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
> -- 
> 1.8.3.1
> 
>
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