Return-path: Received: from mail-pd0-f178.google.com ([209.85.192.178]:60799 "EHLO mail-pd0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750900Ab3LAG50 (ORCPT ); Sun, 1 Dec 2013 01:57:26 -0500 Received: by mail-pd0-f178.google.com with SMTP id y10so15897175pdj.23 for ; Sat, 30 Nov 2013 22:57:25 -0800 (PST) From: Ujjal Roy To: "John W. Linville" Cc: , Johannes Berg , Ujjal Roy Subject: TEST: testing how to send a patch from git repository Date: Sun, 1 Dec 2013 12:27:16 +0530 Message-Id: <1385881036-6069-1-git-send-email-royujjal@gmail.com> (sfid-20131201_075738_778026_CEE3DDD2) Sender: linux-wireless-owner@vger.kernel.org List-ID: 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 --- 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