Skip to content

Commit

Permalink
scripts: get_abi.pl: assume ReST format by default
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Link: https://lore.kernel.org/r/4b0af257010570e0e917d82498e42992bec5e173.1604042072.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
mchehab authored and gregkh committed Oct 30, 2020
1 parent 26a0755 commit 2fcce37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_abi.pl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
# If true, assumes that the description is formatted with ReST
#
my $description_is_rst = 0;
my $description_is_rst = 1;

GetOptions(
"debug|d+" => \$debug,
Expand Down

0 comments on commit 2fcce37

Please sign in to comment.