diff --git a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml
index de7319c9e1..74faa48413 100644
--- a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml
+++ b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml
@@ -61,7 +61,8 @@
-
+
+
@@ -130,13 +131,14 @@
-
-
+
+
-
+
+
@@ -178,7 +180,7 @@
-
+
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index 90013af69a..19f6fec55f 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -669,6 +669,8 @@ Release 2.9.0 - UNRELEASED
HADOOP-8887. Use a Maven plugin to build the native code using CMake
(cmccabe)
+ HADOOP-12713. Disable spurious checkstyle checks. (wang)
+
BUG FIXES
HADOOP-12655. TestHttpServer.testBindAddress bind port range is wider