From 6af1a17329c9f7047042a8bc9eb83c6c5715f340 Mon Sep 17 00:00:00 2001 From: Anshul Kushwaha Date: Tue, 5 Nov 2013 12:04:04 +0530 Subject: [PATCH 1/3] EXTRAVERSION added --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 67077ad6edbb26..f82e48bccc2ecb 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 12 SUBLEVEL = 0 -EXTRAVERSION = +EXTRAVERSION = anshul NAME = One Giant Leap for Frogkind # *DOCUMENTATION* From 3c41a1599a66d52a01e99d9cccd5ef11d332f304 Mon Sep 17 00:00:00 2001 From: Anshul Kushwaha Date: Fri, 29 Nov 2013 21:50:55 +0530 Subject: [PATCH 2/3] Fixed typo --- Documentation/rbtree.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/rbtree.txt b/Documentation/rbtree.txt index 61b6c48871a016..1778502f082e5d 100644 --- a/Documentation/rbtree.txt +++ b/Documentation/rbtree.txt @@ -203,7 +203,7 @@ functions with the user provided augmentation callback when inserting and erasing nodes. C files implementing augmented rbtree manipulation must include - instead of . Note that + instead of . Note that linux/rbtree_augmented.h exposes some rbtree implementations details you are not expected to rely on; please stick to the documented APIs there and do not include from header files From d006810e3baa4f269189bd84c662656ba3b3baad Mon Sep 17 00:00:00 2001 From: Anshul Kushwaha Date: Fri, 29 Nov 2013 22:12:24 +0530 Subject: [PATCH 3/3] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f82e48bccc2ecb..67077ad6edbb26 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 12 SUBLEVEL = 0 -EXTRAVERSION = anshul +EXTRAVERSION = NAME = One Giant Leap for Frogkind # *DOCUMENTATION*