projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a0755
)
scripts: get_abi.pl: assume ReST format by default
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Fri, 30 Oct 2020 07:40:58 +0000
(08:40 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 30 Oct 2020 12:16:03 +0000
(13:16 +0100)
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>
scripts/get_abi.pl
patch
|
blob
|
history
diff --git
a/scripts/get_abi.pl
b/scripts/get_abi.pl
index d09bb37dd23611dfa3795b285eaba8660459c976..2cb592f8eba4705198dbfd8cb5048a5ee2576f6b 100755
(executable)
--- 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,