commit | cb06b8ddeb4790cb6caf744316ebea99d53996ee | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | Thu Sep 23 17:41:17 2021 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Sep 23 18:45:08 2021 +0200 |
tree | 6c36adc1fc1d0a48b8ed3936310fb14384d138a3 | |
parent | 0cd9e25b08132bb275fb5c1e753d3f13abfeb463 [diff] |
scripts: get_abi.pl: stop check loop earlier when regex is found Right now, there are two loops used to seek for a regex. Make sure that both will be skip when a match is found. While here, drop the unused $defined variable. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/2ba722d2cdbe7c7d0f1d1b58d350052576d1d703.1632411447.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>