lkml.org 
[lkml]   [2020]   [Oct]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 09/33] scripts: get_abi.pl: use bold font for ABI definitions
    Date
    As we're using tables, let's distinguish the ones used by ABI
    by using a bold font.

    Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
    ---
    scripts/get_abi.pl | 1 +
    1 file changed, 1 insertion(+)

    diff --git a/scripts/get_abi.pl b/scripts/get_abi.pl
    index f2c8a888148b..b4868ee8e955 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);
    }

    --
    2.26.2
    \
     
     \ /
      Last update: 2020-10-28 23:21    [W:4.030 / U:0.144 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site