From afa00fcd0b83e2dc7897746c3fc7be55dd77fdb9 Mon Sep 17 00:00:00 2001 From: githubwyf <1500017762@pku.edu.cn> Date: Wed, 26 Oct 2016 16:01:30 +0800 Subject: [PATCH 1/4] Try something new --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 09f34f78f2bb6a..3f31451af7356c 100644 --- a/README +++ b/README @@ -1,5 +1,7 @@ Linux kernel release 4.x +I am just trying something new. + These are the release notes for Linux version 4. Read them carefully, as they tell you what this is all about, explain how to install the kernel, and what to do if something goes wrong. From a22eb213add1316725dd271145a3bcc35dcac4ff Mon Sep 17 00:00:00 2001 From: githubwyf <1500017762@pku.edu.cn> Date: Wed, 26 Oct 2016 21:25:33 +0800 Subject: [PATCH 2/4] Update README --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 3f31451af7356c..2fddbe3ca5813d 100644 --- a/README +++ b/README @@ -1,6 +1,7 @@ Linux kernel release 4.x I am just trying something new. +I am just doing a pre. These are the release notes for Linux version 4. Read them carefully, as they tell you what this is all about, explain how to install the From bbf69978f53f7acce52f230f421c81a460610a6f Mon Sep 17 00:00:00 2001 From: githubwyf <1500017762@pku.edu.cn> Date: Wed, 26 Oct 2016 21:30:31 +0800 Subject: [PATCH 3/4] Update README --- README | 3 --- 1 file changed, 3 deletions(-) diff --git a/README b/README index 2fddbe3ca5813d..09f34f78f2bb6a 100644 --- a/README +++ b/README @@ -1,8 +1,5 @@ Linux kernel release 4.x -I am just trying something new. -I am just doing a pre. - These are the release notes for Linux version 4. Read them carefully, as they tell you what this is all about, explain how to install the kernel, and what to do if something goes wrong. From 6d325b06b6cbec6d6526ed2e70d2c8e6002eae86 Mon Sep 17 00:00:00 2001 From: githubwyf <1500017762@pku.edu.cn> Date: Thu, 27 Oct 2016 15:21:38 +0800 Subject: [PATCH 4/4] Update aloop.c --- sound/drivers/aloop.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/drivers/aloop.c b/sound/drivers/aloop.c index 54f348a4fb7811..36f956013f0008 100644 --- a/sound/drivers/aloop.c +++ b/sound/drivers/aloop.c @@ -42,6 +42,8 @@ #include #include +// I am just doing a pre + MODULE_AUTHOR("Jaroslav Kysela "); MODULE_DESCRIPTION("A loopback soundcard"); MODULE_LICENSE("GPL");