From: Mauro Carvalho Chehab Date: Fri, 30 Oct 2020 07:40:28 +0000 (+0100) Subject: scripts: get_abi.pl: use bold font for ABI definitions X-Git-Tag: v5.15~2510^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c01d62d3fecb27f4c76a0e14b7e5afc15497a74b;p=platform%2Fkernel%2Flinux-starfive.git 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 Signed-off-by: Mauro Carvalho Chehab Link: https://lore.kernel.org/r/9ed645c2519169817379c1df5b8cf03828e92520.1604042072.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/scripts/get_abi.pl b/scripts/get_abi.pl index 5612f01..12a23f9 100755 --- 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); }