summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGovind Singh <govinds@qti.qualcomm.com>2016-01-22 16:22:06 +0530
committerGovind Singh <govinds@qti.qualcomm.com>2016-01-22 16:22:06 +0530
commit30268731cd9433b7a16ae91b6f490d700ef7d784 (patch)
tree013d3775536ee9a2fd64e706449302535f6dcb7e
TEST PATCH
-rw-r--r--test.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test.c b/test.c
new file mode 100644
index 000000000000..41acf6265372
--- /dev/null
+++ b/test.c
@@ -0,0 +1,7 @@
+#include<linux/kernel.h>
+
+void main()
+{
+ printk("TEST COMMON GIT REPO\n");
+}
+}