summaryrefslogtreecommitdiffstats
path: root/scripts/get_abi.pl
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-10-30 08:40:58 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-10-30 13:16:03 +0100
commit2fcce37a3d2f2f3d7fa36aad2b71cbaca135ffd4 (patch)
tree311d95e8c9ee5517b64e1ee1dd929101b4ef2ca1 /scripts/get_abi.pl
parent26a07553041eb728678348a2bb0cd703ccd11083 (diff)
downloadlinux-stable-2fcce37a3d2f2f3d7fa36aad2b71cbaca135ffd4.tar.gz
linux-stable-2fcce37a3d2f2f3d7fa36aad2b71cbaca135ffd4.tar.bz2
linux-stable-2fcce37a3d2f2f3d7fa36aad2b71cbaca135ffd4.zip
scripts: get_abi.pl: assume ReST format by default
All ABI files are now compatible with ReST format. So, change the script default to assume that the ABI source files are compatible with ReST. Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/4b0af257010570e0e917d82498e42992bec5e173.1604042072.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/get_abi.pl')
-rwxr-xr-xscripts/get_abi.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_abi.pl b/scripts/get_abi.pl
index d09bb37dd236..2cb592f8eba4 100755
--- a/scripts/get_abi.pl
+++ b/scripts/get_abi.pl
@@ -18,7 +18,7 @@ my $prefix="Documentation/ABI";
#
# If true, assumes that the description is formatted with ReST
#
-my $description_is_rst = 0;
+my $description_is_rst = 1;
GetOptions(
"debug|d+" => \$debug,