diff options
author | Daniel P. Berrangé <berrange@redhat.com> | 2019-08-23 17:09:24 +0100 |
---|---|---|
committer | Daniel P. Berrangé <berrange@redhat.com> | 2019-09-05 14:27:06 +0100 |
commit | 336a7451e8803c21a2da6e7d1eca8cfb8e8b219a (patch) | |
tree | 62b2745dc8a2549652a4aa92c157f0e1b85b8411 /scripts/checkpatch.pl | |
parent | 500efcfcf0fe2e0dae1d25637a13435ce7b6e421 (diff) |
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/checkpatch.pl')
-rwxr-xr-x | scripts/checkpatch.pl | 2 |
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" ); |