[ovs-dev] [PATCH] Makefile: Fix name of coding style guide.

Ben Pfaff blp at ovn.org
Wed Mar 29 19:43:12 UTC 2017


Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 6ad50b6af391..1b61d27fa6d9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -249,7 +249,7 @@ printf-check:
 	then \
 	  echo "See above for list of violations of the rule that"; \
 	  echo "'z', 't', 'j', 'hh' printf() type modifiers are"; \
-	  echo "forbidden.  See CodingStyle.rst for replacements."; \
+	  echo "forbidden.  See coding-style.rst for replacements."; \
 	  exit 1; \
 	fi
 .PHONY: printf-check
-- 
2.10.2



More information about the dev mailing list