Skip to content

Commit 2fcce37

Browse files
mchehabgregkh
authored andcommitted
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>
1 parent 26a0755 commit 2fcce37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/get_abi.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#
1919
# If true, assumes that the description is formatted with ReST
2020
#
21-
my $description_is_rst = 0;
21+
my $description_is_rst = 1;
2222

2323
GetOptions(
2424
"debug|d+" => \$debug,

0 commit comments

Comments
 (0)