projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4ea67b
)
scripts: get_abi.pl: use bold font for ABI definitions
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Fri, 30 Oct 2020 07:40:28 +0000
(08:40 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 30 Oct 2020 12:02:26 +0000
(13:02 +0100)
As we're using tables, let's distinguish the ones used by ABI
by using a bold font.
Acked-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link:
https://lore.kernel.org/r/9ed645c2519169817379c1df5b8cf03828e92520.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
5612f01
..
12a23f9
100755
(executable)
--- a/
scripts/get_abi.pl
+++ b/
scripts/get_abi.pl
@@
-300,6
+300,7
@@
sub output_rest {
my $len = 0;
foreach my $name (@names) {
+ $name = "**$name**";
$len = length($name) if (length($name) > $len);
}