1
0
Fork 0

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>
zero-sugar-mainline-defconfig
Mauro Carvalho Chehab 2020-10-30 08:40:58 +01:00 committed by Greg Kroah-Hartman
parent 26a0755304
commit 2fcce37a3d
1 changed files with 1 additions and 1 deletions

View File

@ -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,