Skip to content

Commit c01d62d

Browse files
mchehabgregkh
authored andcommitted
scripts: get_abi.pl: use bold font for ABI definitions
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>
1 parent a4ea67b commit c01d62d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/get_abi.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ sub output_rest {
300300
my $len = 0;
301301

302302
foreach my $name (@names) {
303+
$name = "**$name**";
303304
$len = length($name) if (length($name) > $len);
304305
}
305306

0 commit comments

Comments
 (0)