summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel P. Berrangé2019-08-23 18:09:24 +0200
committerDaniel P. Berrangé2019-09-05 15:27:06 +0200
commit336a7451e8803c21a2da6e7d1eca8cfb8e8b219a (patch)
tree62b2745dc8a2549652a4aa92c157f0e1b85b8411 /scripts
parentMerge remote-tracking branch 'remotes/rth/tags/pull-or1k-20190904' into staging (diff)
downloadqemu-336a7451e8803c21a2da6e7d1eca8cfb8e8b219a.tar.gz
qemu-336a7451e8803c21a2da6e7d1eca8cfb8e8b219a.tar.xz
qemu-336a7451e8803c21a2da6e7d1eca8cfb8e8b219a.zip
docs: convert README, CODING_STYLE and HACKING to RST syntax
Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/checkpatch.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index d24c9441ee..aa9a354a0e 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -461,7 +461,7 @@ sub top_of_kernel_tree {
my @tree_check = (
"COPYING", "MAINTAINERS", "Makefile",
- "README", "docs", "VERSION",
+ "README.rst", "docs", "VERSION",
"vl.c"
);