commit | 50ebf8f4933ec27f0dc8c3b46c72894b14de0018 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Thu Mar 25 11:38:24 2021 +0100 |
committer | Jonathan Corbet <corbet@lwn.net> | Wed Mar 31 13:53:16 2021 -0600 |
tree | 761eef1ae7e25f43cea23cb54fe26dbaccdb150c | |
parent | d3e6b2235e46a34f3d6b08283d1a817aeff0c757 [diff] |
get_abi.pl: fix xref boundaries There are some issues with the regex that seeks for What: cross references: basically, it is mis-identifying the start and the end boundaries of the regex, which causes :ref: to be inseerted for the wrong symbols at the wrong places. Fix it. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/79a14d2518499b76931b5f29c50979987108152d.1616668017.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>